Skip to content

Commit f096811

Browse files
committed
docs: fix duplicated word in max chunk count description
Signed-off-by: Rohan5commit <[email protected]>
1 parent 2019127 commit f096811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9817,7 +9817,7 @@ declare interface LimitChunkCountPluginOptions {
98179817
entryChunkMultiplicator?: number;
98189818

98199819
/**
9820-
* Limit the maximum number of chunks using a value greater greater than or equal to 1.
9820+
* Limit the maximum number of chunks using a value greater than or equal to 1.
98219821
*/
98229822
maxChunks: number;
98239823
}
@@ -20155,4 +20155,4 @@ declare const idsSymbolHarmonyExportImportedSpecifierDependency: unique symbol;
2015520155
declare const idsSymbolHarmonyImportSpecifierDependency: unique symbol;
2015620156
declare const topLevelSymbolTag: unique symbol;
2015720157

20158-
export = exports;
20158+
export = exports;

0 commit comments

Comments
 (0)