Skip to content

Commit

Permalink
fix typo: docs/advanced-features/react-18/streaming.md (#39293)
Browse files Browse the repository at this point in the history
fix typo document.
  • Loading branch information
hiro0218 committed Aug 3, 2022
1 parent fc8e024 commit 498d1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/react-18/streaming.md
Expand Up @@ -16,7 +16,7 @@ For non-SSR pages, all Suspense boundaries will still be [statically optimized](

### next/dynamic

Next.js supports lazy loading external libraries with `import()` and React components with `next/dynamic`. Deferred loading helps improve the initial loading performance by decreasing the amount of JavaScript necessary to render the page. Components or libaries are only imported and included in the JavaScript bundle when they're used.
Next.js supports lazy loading external libraries with `import()` and React components with `next/dynamic`. Deferred loading helps improve the initial loading performance by decreasing the amount of JavaScript necessary to render the page. Components or libraries are only imported and included in the JavaScript bundle when they're used.

Read more about how to use [`next/dynamic`](/docs/advanced-features/dynamic-import.md).

Expand Down

0 comments on commit 498d1e9

Please sign in to comment.