Skip to content

Commit 3ec3de4

Browse files
adamdehavenatinux
authored andcommitted
docs: small typo
1 parent 6da2223 commit 3ec3de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/2.usage/3.search.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const results = searchContent(search)
4141
</template>
4242
```
4343

44-
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/)**.
44+
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/)**.
4545

4646
::callout
4747
Internally, the search feature, both `searchContent` and `/api/indexed-search.ts` endpoint, use [`miniSearch`](https://lucaong.github.io/minisearch/).

0 commit comments

Comments
 (0)