diff --git a/haystack/nodes/search_engine/web.py b/haystack/nodes/search_engine/web.py index 9a49713677..087e16cbf3 100644 --- a/haystack/nodes/search_engine/web.py +++ b/haystack/nodes/search_engine/web.py @@ -12,10 +12,11 @@ class WebSearch(BaseComponent): of the underlying search engine provider, provides common interface for all providers, and makes it possible to use various search engines. - WebSerach currently supports the following search engines providers (bridges): + WebSearch currently supports the following search engines providers (bridges): - SerperDev (default) - SerpAPI - BingAPI + - GoogleAPI """