From c162bb9e18148a8fcb284ccef31dc094c2428511 Mon Sep 17 00:00:00 2001 From: Donovan Dikaio Date: Mon, 28 Aug 2023 00:10:56 -0700 Subject: [PATCH] docs: fix small typo --- docs/02-app/01-building-your-application/04-caching/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-app/01-building-your-application/04-caching/index.mdx b/docs/02-app/01-building-your-application/04-caching/index.mdx index f7578a55d4141..7613f39253f3d 100644 --- a/docs/02-app/01-building-your-application/04-caching/index.mdx +++ b/docs/02-app/01-building-your-application/04-caching/index.mdx @@ -535,7 +535,7 @@ See the [`cookies`](/docs/app/api-reference/functions/cookies) API reference. ### Segment Config Options -The Route Segment Config options can be used override the route segment defaults or when you're not able to use the `fetch` API (e.g. database client or 3rd party libraries). +The Route Segment Config options can be used to override the route segment defaults or when you're not able to use the `fetch` API (e.g. database client or 3rd party libraries). The following Route Segment Config options will opt out of the Data Cache and Full Route Cache: