From: Bald-M <71381043+Bald-M@users.noreply.github.com> Date: Mon, 17 Mar 2025 00:18:09 +0000 (+1300) Subject: fix(compiler): fix spelling error in domTagConfig (#13043) X-Git-Tag: v3.5.14~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388295b27f3cc69eba25d325bbe60a36a3df831a;p=thirdparty%2Fvuejs%2Fcore.git fix(compiler): fix spelling error in domTagConfig (#13043) --- diff --git a/scripts/verify-treeshaking.js b/scripts/verify-treeshaking.js index 7cb76cdac8..381fc5dda8 100644 --- a/scripts/verify-treeshaking.js +++ b/scripts/verify-treeshaking.js @@ -36,7 +36,7 @@ exec('pnpm', ['build', 'vue', '-f', 'global-runtime']).then(() => { prodBuild.includes('annotation,annotation-xml,maction') ) { errors.push( - 'prod build contains unexpected domTagConifg lists.\n' + + 'prod build contains unexpected domTagConfig lists.\n' + 'This means helpers like isHTMLTag() is used in runtime code paths when it should be compiler-only.', ) }