From bb9dab98b61261f86be6001e266b094f35239c74 Mon Sep 17 00:00:00 2001 From: Maarten Van Steenkiste <35466325+m44rten1@users.noreply.github.com> Date: Wed, 3 Apr 2024 00:04:15 +0200 Subject: [PATCH] docs: fix typo in log (#258) Co-authored-by: Maarten Van Steenkiste --- scripts/postinstall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`) }