]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo in inherit-attrs warning (#4094)
authorTan Zhen Yong <Xenonym@users.noreply.github.com>
Thu, 15 Jul 2021 19:45:23 +0000 (03:45 +0800)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 19:45:23 +0000 (15:45 -0400)
packages/compiler-sfc/src/compileScript.ts

index efe0c155dd29f8626a07614dbfe9c3ea445b0476..6016ae9f464b67011f01c2b989eb5167afa656e3 100644 (file)
@@ -151,7 +151,7 @@ export function compileScript(
   // TODO remove on 3.2
   if (sfc.template && sfc.template.attrs['inherit-attrs'] === 'false') {
     warnOnce(
-      `experimetnal support for <template inherit-attrs="false"> support has ` +
+      `Experimental support for <template inherit-attrs="false"> support has ` +
         `been removed. Use a <script> block with \`export default\` to ` +
         `declare options.`
     )