Skip to content

Commit 580135a

Browse files
skeller88btford
authored andcommitted
docs(guide/scope): add missing period
1 parent da0c5ef commit 580135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ may have several child scopes.
113113
The application can have multiple scopes, because some {@link guide/directive directives} create
114114
new child scopes (refer to directive documentation to see which directives create new scopes).
115115
When new scopes are created, they are added as children of their parent scope. This creates a tree
116-
structure which parallels the DOM where they're attached
116+
structure which parallels the DOM where they're attached.
117117

118118
When Angular evaluates `{{name}}`, it first looks at the scope associated with the given
119119
element for the `name` property. If no such property is found, it searches the parent scope

0 commit comments

Comments
 (0)