]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(compiler): fix spelling error in domTagConfig (#13043)
authorBald-M <71381043+Bald-M@users.noreply.github.com>
Mon, 17 Mar 2025 00:18:09 +0000 (13:18 +1300)
committerGitHub <noreply@github.com>
Mon, 17 Mar 2025 00:18:09 +0000 (08:18 +0800)
scripts/verify-treeshaking.js

index 7cb76cdac8111fc6b6836b720ef3f0e0f35d58bc..381fc5dda84fb9da768077b3c881ac2cbd27d18e 100644 (file)
@@ -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.',
     )
   }