From fb47676ffd53b5460f3e7a3592e1889143eeae5f Mon Sep 17 00:00:00 2001 From: Michael Watts Date: Thu, 28 May 2015 20:38:26 +0100 Subject: [PATCH] docs(guide/Scopes): Capitalisation of word scope. --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index bfeda58b5e45..7fbeb233f7ef 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -5,7 +5,7 @@ # What are Scopes? -{@link ng.$rootScope.Scope scope} is an object that refers to the application +{@link ng.$rootScope.Scope Scope} is an object that refers to the application model. It is an execution context for {@link expression expressions}. Scopes are arranged in hierarchical structure which mimic the DOM structure of the application. Scopes can watch {@link guide/expression expressions} and propagate events.