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

Commit c3b3b90

Browse files
philosoralphtercaitp
authored andcommitted
docs(guide/Scopes): add "the" in front of "DOM" on line 42
Closes #9818
1 parent 43b1a37 commit c3b3b90

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
@@ -39,7 +39,7 @@ linking} phase the {@link ng.$compileProvider#directive directives} set up
3939
render the updated value to the DOM.
4040

4141
Both controllers and directives have reference to the scope, but not to each other. This
42-
arrangement isolates the controller from the directive as well as from DOM. This is an important
42+
arrangement isolates the controller from the directive as well as from the DOM. This is an important
4343
point since it makes the controllers view agnostic, which greatly improves the testing story of
4444
the applications.
4545

0 commit comments

Comments
 (0)