From 14e9be202adfb9ce972f2ef3604bb82dac10ded8 Mon Sep 17 00:00:00 2001 From: Zachary Babtkis Date: Mon, 16 Dec 2013 15:42:55 -0800 Subject: [PATCH] docs(guide/css-styling): tiny grammar fix Closes #5443 --- docs/content/guide/css-styling.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/css-styling.ngdoc b/docs/content/guide/css-styling.ngdoc index 3ca7a00d..c96620b3 100644 --- a/docs/content/guide/css-styling.ngdoc +++ b/docs/content/guide/css-styling.ngdoc @@ -8,7 +8,7 @@ Angular sets these CSS classes. It is up to your application to provide useful s # CSS classes used by angular * `ng-scope` - - **Usage:** angular applies this class to any element that where a new {@link ng.$rootScope.Scope scope} + - **Usage:** angular applies this class to any element for which a new {@link api/ng.$rootScope.Scope scope} is defined. (see {@link guide/scope scope} guide for more information about scopes) * `ng-binding`