From 3ec3de4426c81f85861f5443dd2183288ae7dc7b Mon Sep 17 00:00:00 2001 From: Adam DeHaven <2229946+adamdehaven@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:46:03 -0500 Subject: [PATCH] docs: small typo --- docs/content/2.usage/3.search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/).