Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 06d076a

Browse files
FoxandxssIgorMinar
authored andcommitted
docs(kebab-case): fix typo on property
Closes #5783
1 parent 3190c59 commit 06d076a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/docs/migration/kebab-case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Notes:
2323
- while tag name are case sensitive, the best practice is to use dash case for component elements so that the browser
2424
interpret them as custom elements,
2525
- `(some-event)` would now bind to the `some-event` event (i.e. there is no implicit dash to camel case conversion),
26-
- `(some-property)` would now bind to the `some-property` property (i.e. there is no implicit dash to camel case conversion),
26+
- `[some-property]` would now bind to the `some-property` property (i.e. there is no implicit dash to camel case conversion),
2727
- `#some-var` is not allowed any more ("-" can not be used in variable names).
2828

2929
## Migration

0 commit comments

Comments
 (0)