diff --git a/packages/@vue/cli/lib/util/shouldUseTaobao.js b/packages/@vue/cli/lib/util/shouldUseTaobao.js index 35d7d83866..893538f1ac 100644 --- a/packages/@vue/cli/lib/util/shouldUseTaobao.js +++ b/packages/@vue/cli/lib/util/shouldUseTaobao.js @@ -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) }