]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix warn typo (#496)
authorJiZhi <471695625@qq.com>
Tue, 26 Nov 2019 08:27:51 +0000 (16:27 +0800)
committerEduardo San Martin Morote <posva@users.noreply.github.com>
Tue, 26 Nov 2019 08:27:51 +0000 (09:27 +0100)
packages/runtime-core/src/componentRenderUtils.ts

index ed62cce233a1b005984e0c6bf554de6b15e64396..9510d3cb61c2dedc77c9168139e6516c163a3fe0 100644 (file)
@@ -80,7 +80,7 @@ export function renderComponentRoot(
       } else if (__DEV__ && !accessedAttrs) {
         warn(
           `Extraneous non-props attributes (${Object.keys(attrs).join(',')}) ` +
-            `were passed to component but could not be automatically inhertied ` +
+            `were passed to component but could not be automatically inherited ` +
             `because component renders fragment or text root nodes.`
         )
       }