Skip to content

Commit

Permalink
docs: fix typo in log (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Maarten Van Steenkiste <maarten.vansteenkiste@vlaanderen.be>
  • Loading branch information
m44rten1 and Maarten Van Steenkiste committed Apr 2, 2024
1 parent 2b7153d commit bb9dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Expand Up @@ -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.`)
}

0 comments on commit bb9dab9

Please sign in to comment.