Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6474cf0

Browse files
chore(docs): fix miss spell (vercel#67228)
### Improving Documentation - Just add `'` ![image](https://github.com/vercel/next.js/assets/66263916/ce7c5e11-38e9-4937-9034-3278b36e1e2b) Co-authored-by: Jiwon Choi <[email protected]>
1 parent a7faeb0 commit 6474cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/02-app/02-api-reference/02-file-conventions/route-segment-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const fetchCache = 'auto'
149149

150150
- Any options set across each layout and page of a single route need to be compatible with each other.
151151
- If both the `'only-cache'` and `'force-cache'` are provided, then `'force-cache'` wins. If both `'only-no-store'` and `'force-no-store'` are provided, then `'force-no-store'` wins. The force option changes the behavior across the route so a single segment with `'force-*'` would prevent any errors caused by `'only-*'`.
152-
- The intention of the `'only-*'` and `force-*'` options is to guarantee the whole route is either fully static or fully dynamic. This means:
152+
- The intention of the `'only-*'` and `'force-*'` options is to guarantee the whole route is either fully static or fully dynamic. This means:
153153
- A combination of `'only-cache'` and `'only-no-store'` in a single route is not allowed.
154154
- A combination of `'force-cache'` and `'force-no-store'` in a single route is not allowed.
155155
- A parent cannot provide `'default-no-store'` if a child provides `'auto'` or `'*-cache'` since that could make the same fetch have different behavior.

0 commit comments

Comments
 (0)