We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7c5af commit 7355b91Copy full SHA for 7355b91
lib/ChunkGroup.js
@@ -245,7 +245,7 @@ class ChunkGroup {
245
* we need to iterate again over the children
246
* to remove this from the childs parents.
247
* This can not be done in the above loop
248
- * as it is not garuanteed that `this._parents` contains anything.
+ * as it is not guaranteed that `this._parents` contains anything.
249
*/
250
for (const chunkGroup of this._children) {
251
// remove this as parent of every "sub chunk"
0 commit comments