docs(kebab-case): fix typo on property

Closes #5783
This commit is contained in:
Jesús Rodríguez Rodríguez 2015-12-10 12:03:19 +01:00 committed by Igor Minar
parent 3190c5941a
commit 06d076a6f2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Notes:
- while tag name are case sensitive, the best practice is to use dash case for component elements so that the browser
interpret them as custom elements,
- `(some-event)` would now bind to the `some-event` event (i.e. there is no implicit dash to camel case conversion),
- `(some-property)` would now bind to the `some-property` property (i.e. there is no implicit dash to camel case conversion),
- `[some-property]` would now bind to the `some-property` property (i.e. there is no implicit dash to camel case conversion),
- `#some-var` is not allowed any more ("-" can not be used in variable names).
## Migration