Skip to content

Commit

Permalink
docs: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored and Atinux committed Nov 12, 2023
1 parent 6da2223 commit 3ec3de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.usage/3.search.md
Expand Up @@ -41,7 +41,7 @@ const results = searchContent(search)
</template>
```

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/).
Expand Down

0 comments on commit 3ec3de4

Please sign in to comment.