Skip to content

Commit a7d1d62

Browse files
authored
docs: typo fix in code-splitting.md (#5770)
Typo fix in code-splitting.md
1 parent 0467197 commit a7d1d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If you are not able to use the automatic code-splitting feature, you can still c
104104
> [!IMPORTANT]
105105
> The `__root.tsx` route file, using either `createRootRoute` or `createRootRouteWithContext`, does not support code splitting, since it's always rendered regardless of the current route.
106106
107-
These are the only options that `createLazyFileRoute` support:
107+
These are the only options that `createLazyFileRoute` supports:
108108

109109
| Export Name | Description |
110110
| ------------------- | --------------------------------------------------------------------- |

0 commit comments

Comments
 (0)