Skip to content

Commit c42c226

Browse files
mj-wattsnetman92
authored andcommitted
docs(guide/Scopes): capitalisation of word scope
Closes angular#11970
1 parent b1648c1 commit c42c226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# What are Scopes?
77

8-
{@link ng.$rootScope.Scope scope} is an object that refers to the application
8+
{@link ng.$rootScope.Scope Scope} is an object that refers to the application
99
model. It is an execution context for {@link expression expressions}. Scopes are
1010
arranged in hierarchical structure which mimic the DOM structure of the application. Scopes can
1111
watch {@link guide/expression expressions} and propagate events.

0 commit comments

Comments
 (0)