Update 02_directives.md

Closes #1374
This commit is contained in:
Bradley Heinz 2015-04-14 19:29:47 -07:00 committed by Misko Hevery
parent 68faddbf5c
commit 5d302c504e
1 changed files with 1 additions and 1 deletions

View File

@ -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`.