diff --git a/docs/widgets/info/search.md b/docs/widgets/info/search.md index 3765d605..bb6acbec 100644 --- a/docs/widgets/info/search.md +++ b/docs/widgets/info/search.md @@ -29,7 +29,7 @@ multiple providers is also supported via a dropdown (excluding custom): provider: [brave, google, duckduckgo] ``` -The response body for the URL provided with the `suggestionUrl` option should looke like this: +The response body for the URL provided with the `suggestionUrl` option should look like this: ```json [ diff --git a/src/components/widgets/search/search.jsx b/src/components/widgets/search/search.jsx index 4b9eb12e..4a017d3f 100644 --- a/src/components/widgets/search/search.jsx +++ b/src/components/widgets/search/search.jsx @@ -42,7 +42,6 @@ export const searchProviders = { custom: { name: "Custom", url: false, - suggestionUrl: false, icon: FiSearch, }, };