diff --git a/docs/content/2.usage/3.search.md b/docs/content/2.usage/3.search.md index db97d9e42..f8a2b5644 100644 --- a/docs/content/2.usage/3.search.md +++ b/docs/content/2.usage/3.search.md @@ -41,7 +41,7 @@ const results = searchContent(search) ``` -By default, the [`searchContent`](/composables/search-content) composable will used an indexed search. This mean that the search will be faster and the API response smaller and optimized **only usable by [`miniSearch`](https://lucaong.github.io/minisearch/)**. +By default, the [`searchContent`](/composables/search-content) composable will use an indexed search. This mean that the search will be faster and the API response smaller and optimized **only usable by [`miniSearch`](https://lucaong.github.io/minisearch/)**. ::callout Internally, the search feature, both `searchContent` and `/api/indexed-search.ts` endpoint, use [`miniSearch`](https://lucaong.github.io/minisearch/).