Skip to content

Commit 5d302c5

Browse files
yespleasemhevery
authored andcommitted
Update 02_directives.md
Closes angular#1374
1 parent 68faddb commit 5d302c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/docs/core/02_directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ These CSS selectors will match:
5050

5151
CSS Selectors can be combined:
5252
* `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`
53+
* `input[type=text], textarea`: triggers on element name `input` which is of `type` `text` or element name `textarea`.
5454

5555

5656

0 commit comments

Comments
 (0)