Skip to content

Commit a8e5cc4

Browse files
committed
Fixing a small grammer mistake on the code-splitting page
1 parent 45eb0d5 commit a8e5cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ parse the dynamic import syntax but is not transforming it. For that you will ne
117117
>
118118
> `React.lazy` and Suspense is not yet available for server-side rendering. If you want to do code-splitting in a server rendered app, we still recommend [React Loadable](https://github.com/thejameskyle/react-loadable). It has a nice [guide for bundle splitting with server-side rendering](https://github.com/thejameskyle/react-loadable#------------server-side-rendering).
119119
120-
The `React.lazy` function lets you render an dynamic import as a regular component.
120+
The `React.lazy` function lets you render a dynamic import as a regular component.
121121

122122
**Before:**
123123

0 commit comments

Comments
 (0)