We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc6fa9 commit a3b5559Copy full SHA for a3b5559
lib/commands/completion.js
@@ -164,7 +164,7 @@ class Completion extends BaseCommand {
164
return this.wrap(opts, comps)
165
}
166
} catch {
167
- // it wasnt a valid command, so do nothing
+ // it wasn't a valid command, so do nothing
168
169
170
lib/commands/init.js
@@ -66,7 +66,7 @@ class Init extends BaseCommand {
66
throw err
67
})
68
69
- // these are workspaces that are being created, so we cant use
+ // these are workspaces that are being created, so we can't use
70
// this.setWorkspaces()
71
const filters = this.npm.config.get('workspace')
72
const wPath = filterArg => resolve(this.npm.localPrefix, filterArg)
0 commit comments