diff options
Diffstat (limited to 'dev/manifest-util.js')
-rw-r--r-- | dev/manifest-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/manifest-util.js b/dev/manifest-util.js index 42872a40..1802e139 100644 --- a/dev/manifest-util.js +++ b/dev/manifest-util.js @@ -127,7 +127,7 @@ export class ManifestUtil { _applyModifications(manifest, modifications) { if (Array.isArray(modifications)) { for (const modification of modifications) { - // rename to path2 to avoid clashing with imported `node:path` module. + // Rename to path2 to avoid clashing with imported `node:path` module. const {action, path: path2} = modification; switch (action) { case 'set': |