mirror of https://github.com/webpack/webpack.git
fix: typo
This commit is contained in:
parent
9ae1cefcdc
commit
6698caed01
|
|
@ -599,7 +599,7 @@ const connectChunkGroups = (
|
|||
* Helper function to check if all modules of a chunk are available
|
||||
*
|
||||
* @param {ChunkGroup} chunkGroup the chunkGroup to scan
|
||||
* @param {Set<Module>} availableModules the comparitor set
|
||||
* @param {Set<Module>} availableModules the comparator set
|
||||
* @returns {boolean} return true if all modules of a chunk are available
|
||||
*/
|
||||
const areModulesAvailable = (chunkGroup, availableModules) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue