From 35b0e286f46ac17976feb2594ad07c1db1f90b07 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Sun, 18 Aug 2019 11:07:13 +0530 Subject: [PATCH] Chore: minor typo fix --- 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 26e78406fdc..3a680aae924 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