From 936a0dc24a4b75220f91aeee74cf857201f51ee9 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Fri, 9 Aug 2019 23:27:28 +0530 Subject: [PATCH] fix: grammar --- lib/ChunkGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ChunkGroup.js b/lib/ChunkGroup.js index 57f95d1d5..4a5996696 100644 --- a/lib/ChunkGroup.js +++ b/lib/ChunkGroup.js @@ -369,7 +369,7 @@ class ChunkGroup { /** * we need to iterate again over the children - * to remove this from the childs parents. + * to remove this from the child's parents. * This can not be done in the above loop * as it is not guaranteed that `this._parents` contains anything. */