Skip to content

Commit a3b5559

Browse files
namkhanh20xxowlstronaut
authored andcommitted
Fix typos in some files
1 parent cbc6fa9 commit a3b5559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/commands/completion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class Completion extends BaseCommand {
164164
return this.wrap(opts, comps)
165165
}
166166
} catch {
167-
// it wasnt a valid command, so do nothing
167+
// it wasn't a valid command, so do nothing
168168
}
169169
}
170170

lib/commands/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Init extends BaseCommand {
6666
throw err
6767
})
6868

69-
// these are workspaces that are being created, so we cant use
69+
// these are workspaces that are being created, so we can't use
7070
// this.setWorkspaces()
7171
const filters = this.npm.config.get('workspace')
7272
const wPath = filterArg => resolve(this.npm.localPrefix, filterArg)

0 commit comments

Comments
 (0)