Skip to content

Commit 7bf8996

Browse files
Erouaxatinux
authored andcommitted
fix: 7.search-content.md typo
_payload.josn should be _payload.json
1 parent 1f06910 commit 7bf8996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/3.composables/7.search-content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Only available when using the simple search, aka non-indexed search.
3434

3535
## UseFetchOptions
3636

37-
An option is provided to customize the behavior of the `useFetch` composable used internally to only fetch the search content on client and lazy. This could avoid fetching the content on SSR and adding content to the `_payload.josn` file improving the performance of your app since `_payload` is loaded for hydration.
37+
An option is provided to customize the behavior of the `useFetch` composable used internally to only fetch the search content on client and lazy. This could avoid fetching the content on SSR and adding content to the `_payload.json` file improving the performance of your app since `_payload` is loaded for hydration.

0 commit comments

Comments
 (0)