Skip to content

Commit 3184b71

Browse files
author
sakhisheikh
committed
Fix typo on split-chunks-plugint.md: Example 3 Tip
1 parent 8c59781 commit 3184b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/split-chunks-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,4 +369,4 @@ module.exports = {
369369
};
370370
```
371371

372-
T> This will result in splitting `react` and `react-dom` into a separate chunk. If you're not sure what packages have been included in a chunk you may refer to [Bundle Analysis](/guides/code-splitting/#bundle-analysis) section for details.
372+
T> This will result in splitting `react` and `react-dom` into a separate chunk. If you're not sure what packages have been included in a chunk you may refer to [Bundle Analysis](/guides/code-splitting/#bundle-analysis) section for details.

0 commit comments

Comments
 (0)