From 0676fef61f00e742f649e6194257360f80a0da4f Mon Sep 17 00:00:00 2001 From: Ciro Nunes Date: Sat, 25 Apr 2015 16:07:47 -0300 Subject: [PATCH] docs(directives): CSS selectors are used for directives Closes #1544 --- 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 cf7b5d80f9..c1eec301e4 100644 --- a/modules/angular2/docs/core/02_directives.md +++ b/modules/angular2/docs/core/02_directives.md @@ -16,7 +16,7 @@ There are three different kinds of directives (described in more detail in later ## CSS Selectors -Decorators are instantiated whenever the decorator CSS selector matches the DOM structure. +Directives are instantiated whenever the CSS selector matches the DOM structure. Angular supports these CSS selector constructs: * Element name: `name`