From 266b7d7e5234fb99890305d9b26b384ad77151fc Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sun, 18 Aug 2019 11:07:13 +0530 Subject: [PATCH] Fix typo --- lib/init/npm-utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/init/npm-utils.js b/lib/init/npm-utils.js index 26e78406fdcd..3a680aae9249 100644 --- a/lib/init/npm-utils.js +++ b/lib/init/npm-utils.js @@ -135,7 +135,7 @@ function check(packages, opt) { * Check whether node modules are included in the dependencies of a project's * package.json. * - * Convienience wrapper around check(). + * Convenience wrapper around check(). * * @param {string[]} packages Array of node modules to check. * @param {string} rootDir The directory contianing a package.json @@ -150,7 +150,7 @@ function checkDeps(packages, rootDir) { * Check whether node modules are included in the devDependencies of a project's * package.json. * - * Convienience wrapper around check(). + * Convenience wrapper around check(). * * @param {string[]} packages Array of node modules to check. * @returns {Object} An object whose keys are the module names