Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0c59599

Browse files
mj-wattspetebacondarwin
authored andcommitted
docs(guide/Scopes): capitalisation of word scope
Closes #11970
1 parent 4a4db1e commit 0c59599

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)