From: JiZhi <471695625@qq.com> Date: Tue, 26 Nov 2019 08:27:51 +0000 (+0800) Subject: chore: fix warn typo (#496) X-Git-Tag: v3.0.0-alpha.0~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc28a677bc28314b3fa42695615d3aaa115e5a09;p=thirdparty%2Fvuejs%2Fcore.git chore: fix warn typo (#496) --- diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index ed62cce233..9510d3cb61 100644 --- a/packages/runtime-core/src/componentRenderUtils.ts +++ b/packages/runtime-core/src/componentRenderUtils.ts @@ -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.` ) }