From 0bc734f8d4a6aa7c11fbcdf253a43f5a839ddf4d Mon Sep 17 00:00:00 2001 From: Tyson Williams <34664007+TysonMN@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:33:59 -0600 Subject: [PATCH] Copy edit: Make verb agree with noun (#1256) --- packages/website/docs/what-is-docsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?