diff --git a/packages/website/docs/what-is-docsearch.md b/packages/website/docs/what-is-docsearch.md index 6f5f48e5..9bc24372 100644 --- a/packages/website/docs/what-is-docsearch.md +++ b/packages/website/docs/what-is-docsearch.md @@ -14,7 +14,7 @@ It happens that we are a search company and we actually have a lot of experience We split DocSearch into a crawler and a frontend library. - Crawls are handled by the [Algolia Crawler][4] and scheduled to run once a week by default, you can then trigger new crawls yourself and monitor them directly from the [Crawler interface][5], which also offers a live editor where you can maintain your config. -- The frontend library is built on top of [Algolia Autocomplete][6] and provide an immersive search experience through its modal. +- The frontend library is built on top of [Algolia Autocomplete][6] and provides an immersive search experience through its modal. ## How to feature DocSearch?