From 388295b27f3cc69eba25d325bbe60a36a3df831a Mon Sep 17 00:00:00 2001 From: Bald-M <71381043+Bald-M@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:18:09 +1300 Subject: [PATCH] fix(compiler): fix spelling error in domTagConfig (#13043) --- scripts/verify-treeshaking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-treeshaking.js b/scripts/verify-treeshaking.js index 7cb76cdac..381fc5dda 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.', ) }