Skip to content

Commit 0bca7e3

Browse files
authored
docs: correct spelling of streaming (#6144)
1 parent a686ebe commit 0bca7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/code-splitting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ When a page which uses the `ChartComponent` is requested, the charting-library-c
426426

427427
T> Using `webpackPreload` incorrectly can actually hurt performance, so be careful when using it.
428428

429-
Sometimes you need to have your own control over preload. For example, preload of any dynamic import can be done via async script. This can be useful in case of streamming server side rendering.
429+
Sometimes you need to have your own control over preload. For example, preload of any dynamic import can be done via async script. This can be useful in case of streaming server side rendering.
430430

431431
```js
432432
const lazyComp = () =>

0 commit comments

Comments
 (0)