[polish] word mistake (#2331)

polish registry word mistake
This commit is contained in:
dailynodejs
2018-08-23 16:41:56 +08:00
committed by kazuya kawaguchi
parent 4acf48da10
commit 53509e115f

View File

@@ -38,7 +38,7 @@ module.exports = async function shouldUseTaobao () {
const defaultRegistry = registries.npm
if (removeSlash(userCurrent) !== removeSlash(defaultRegistry)) {
// user has configured custom regsitry, respect that
// user has configured custom registry, respect that
return save(false)
}