Skip to content

Commit be07617

Browse files
dsonetposva
authored andcommitted
fix a typo (vuejs#5284)
1 parent 8a518c1 commit be07617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/create-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function extractProps (data: VNodeData, Ctor: Class<Component>, tag?: string): ?
296296
) {
297297
tip(
298298
`Prop "${keyInLowerCase}" is passed to component ` +
299-
`${formatComponentName(tag || Ctor)}, but the delared prop name is` +
299+
`${formatComponentName(tag || Ctor)}, but the declared prop name is` +
300300
` "${key}". ` +
301301
`Note that HTML attributes are case-insensitive and camelCased ` +
302302
`props need to use their kebab-case equivalents when using in-DOM ` +

0 commit comments

Comments
 (0)