diff --git a/packages/runtime-core/src/componentRenderUtils.ts b/packages/runtime-core/src/componentRenderUtils.ts index ed62cce2..9510d3cb 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.` ) }