From 5d302c504e23777174e12e7c8810ecbf49294c7a Mon Sep 17 00:00:00 2001 From: Bradley Heinz Date: Tue, 14 Apr 2015 19:29:47 -0700 Subject: [PATCH] Update 02_directives.md Closes #1374 --- modules/angular2/docs/core/02_directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.