Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-18 10:28:14 +0300
committerisaacs <i@izs.me>2020-12-18 23:04:47 +0300
commit0ad958fe1cb811699caca235f361c8328baac8c4 (patch)
tree5e1626fa77dd08607e400baec3bd329c82e725e8 /test/lib/dist-tag.js
parentcba3341dae4c92541049dc976e82e2ba19566e95 (diff)
(docs,test): assorted typo fixes
PR-URL: https://github.com/npm/cli/pull/2381 Credit: @XhmikosR Close: #2381 Reviewed-by: @isaacs
Diffstat (limited to 'test/lib/dist-tag.js')
-rw-r--r--test/lib/dist-tag.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/dist-tag.js b/test/lib/dist-tag.js
index e9dde4806..8b1106fa3 100644
--- a/test/lib/dist-tag.js
+++ b/test/lib/dist-tag.js
@@ -323,6 +323,6 @@ test('completion', t => {
},
},
}, (err) => {
- t.notOk(err, 'should ignore any unkown name')
+ t.notOk(err, 'should ignore any unknown name')
})
})