Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: minor typo #12112

Merged
merged 1 commit into from Aug 18, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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