From 2f697e5e5e1e4f4ff13d5cbd44a7cb6007ff0f91 Mon Sep 17 00:00:00 2001 From: Bald-M <71381043+Bald-M@users.noreply.github.com> Date: Sun, 16 Mar 2025 15:49:02 +1300 Subject: [PATCH] fix(compiler): fix spelling error in domTagConfig --- 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 7cb76cdac81..381fc5dda84 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.', ) }