diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 62484ec..7baf14e 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -15,5 +15,5 @@ else if (Vue.version.startsWith('3.')) { switchVersion(3) } else { - console.warn(`[vue-demi] Vue version v${Vue.version} is not suppported.`) + console.warn(`[vue-demi] Vue version v${Vue.version} is not supported.`) }