diff --git a/modules/angular2/docs/core/02_directives.md b/modules/angular2/docs/core/02_directives.md index c528b4e385..ff4aa998fa 100644 --- a/modules/angular2/docs/core/02_directives.md +++ b/modules/angular2/docs/core/02_directives.md @@ -50,7 +50,7 @@ These CSS selectors will match: CSS Selectors can be combined: * `input[type=text]`: Triggers on element name `input` which is of `type` `text`. -* `input[type=text], textarea`: triggers on element name `input` which is of `type` `text` or element name `textarea` +* `input[type=text], textarea`: triggers on element name `input` which is of `type` `text` or element name `textarea`.