We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acf48d commit 53509e1Copy full SHA for 53509e1
packages/@vue/cli/lib/util/shouldUseTaobao.js
@@ -38,7 +38,7 @@ module.exports = async function shouldUseTaobao () {
38
const defaultRegistry = registries.npm
39
40
if (removeSlash(userCurrent) !== removeSlash(defaultRegistry)) {
41
- // user has configured custom regsitry, respect that
+ // user has configured custom registry, respect that
42
return save(false)
43
}
44
0 commit comments