Skip to content

Commit

Permalink
Chore: minor typo fix (#12112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 authored and kaicataldo committed Aug 18, 2019
1 parent 4cb7877 commit fe631af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/init/npm-utils.js
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fe631af

Please sign in to comment.