Skip to content

Commit 9d1bd83

Browse files
committed
Minor wording change for grammatical correctness.
1 parent ff40b8d commit 9d1bd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/route-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ The meta of the last matching route is used, allowing you to override parent rou
480480

481481
## `shouldRevalidate`
482482

483-
In framework mode with SSR, route loaders are automatically revalidated after all navigations and form submissions (this is different from [Data Mode][data-mode-should-revalidate]). This enables middleware and loaders to share a request context and optimize in different ways than they would be in Data Mode.
483+
In framework mode with SSR, route loaders are automatically revalidated after all navigations and form submissions (this is different from [Data Mode][data-mode-should-revalidate]). This enables middleware and loaders to share a request context and optimize in different ways than they would in Data Mode.
484484

485485
Defining this function allows you to opt out of revalidation for a route loader for navigations and form submissions.
486486

0 commit comments

Comments
 (0)