From 5d25657a6bb4abe36e10bba960812c9a2e21398c Mon Sep 17 00:00:00 2001 From: Didier Durand Date: Sun, 23 Apr 2023 06:53:52 +0200 Subject: [PATCH] Documentation typo: serach -> search --- docs/configuration/search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/search.md b/docs/configuration/search.md index 205a7721321a..c01828edd233 100644 --- a/docs/configuration/search.md +++ b/docs/configuration/search.md @@ -22,7 +22,7 @@ Set up a custom search API and add to your .env file: 13. Set it as an environment variable named `GOOGLE_API_KEY` on your machine (see how to set up environment variables below). 14. [Enable](https://console.developers.google.com/apis/api/customsearch.googleapis.com) the Custom Search API on your project. (Might need to wait few minutes to propagate) -Set up a custom serach engine and add to your .env file: +Set up a custom search engine and add to your .env file: 15. Go to the [Custom Search Engine](https://cse.google.com/cse/all) page. 16. Click "Add". 17. Set up your search engine by following the prompts. You can choose to search the entire web or specific sites. @@ -47,4 +47,4 @@ For macOS and Linux users: ``` export GOOGLE_API_KEY="YOUR_GOOGLE_API_KEY" export CUSTOM_SEARCH_ENGINE_ID="YOUR_CUSTOM_SEARCH_ENGINE_ID" -``` \ No newline at end of file +```