Skip to content

Commit 7355b91

Browse files
committed
spelling: guaranteed
1 parent bf7c5af commit 7355b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ChunkGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ class ChunkGroup {
245245
* we need to iterate again over the children
246246
* to remove this from the childs parents.
247247
* This can not be done in the above loop
248-
* as it is not garuanteed that `this._parents` contains anything.
248+
* as it is not guaranteed that `this._parents` contains anything.
249249
*/
250250
for (const chunkGroup of this._children) {
251251
// remove this as parent of every "sub chunk"

0 commit comments

Comments
 (0)