We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68faddb commit 5d302c5Copy full SHA for 5d302c5
1 file changed
modules/angular2/docs/core/02_directives.md
@@ -50,7 +50,7 @@ These CSS selectors will match:
50
51
CSS Selectors can be combined:
52
* `input[type=text]`: Triggers on element name `input` which is of `type` `text`.
53
-* `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`.
54
55
56
0 commit comments