Skip to content

Commit

Permalink
fix a typo (#5284)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonet authored and posva committed Mar 25, 2017
1 parent 8a518c1 commit be07617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/vdom/create-component.js
Expand Up @@ -296,7 +296,7 @@ function extractProps (data: VNodeData, Ctor: Class<Component>, tag?: string): ?
) {
tip(
`Prop "${keyInLowerCase}" is passed to component ` +
`${formatComponentName(tag || Ctor)}, but the delared prop name is` +
`${formatComponentName(tag || Ctor)}, but the declared prop name is` +
` "${key}". ` +
`Note that HTML attributes are case-insensitive and camelCased ` +
`props need to use their kebab-case equivalents when using in-DOM ` +
Expand Down

0 comments on commit be07617

Please sign in to comment.