chore: fixed non-functional typos throughout the codebase · npm/cli@2ca36c4 · GitHub
Skip to content

Commit 2ca36c4

Browse files
chore: fixed non-functional typos throughout the codebase
1 parent 2e5dcad commit 2ca36c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/commands/ci.js

Lines changed: 1 addition & 1 deletion

lib/trust-cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TrustCommand extends BaseCommand {
2727

2828
// dialogue is non-log text that is different from our usual npm prefix logging
2929
// it should always show to the user unless --json is specified
30-
// it's not controled by log levels
30+
// it's not controlled by log levels
3131
dialogue (strings, ...values) {
3232
const json = this.config.get('json')
3333
if (!json) {

workspaces/libnpmexec/test/registry.js

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)