Skip to content

Commit cf7e363

Browse files
scripter-cojeremenichelli
authored andcommitted
fix: typo in documentation (#2127)
fix: typo in documentation (#2127)
1 parent aa22efd commit cf7e363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/guides/build-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Use the `DllPlugin` to move code that is changed less often into a separate comp
7070
Decrease the total size of the compilation to increase build performance. Try to keep chunks small.
7171

7272
- Use fewer/smaller libraries.
73-
- Use the `CommonsChunksPlugin` in Multi-Page Applications.
74-
- Use the `CommonsChunksPlugin` in `async` mode in Multi-Page Applications.
73+
- Use the `CommonsChunkPlugin` in Multi-Page Applications.
74+
- Use the `CommonsChunkPlugin` in `async` mode in Multi-Page Applications.
7575
- Remove unused code.
7676
- Only compile the part of the code you are currently developing on.
7777

0 commit comments

Comments
 (0)