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

Commit ac8ba10

Browse files
veselinnpetebacondarwin
authored andcommitted
docs(guide): fix a typo
1 parent 67a4a25 commit ac8ba10

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
@@ -165,7 +165,7 @@ Scopes are attached to the DOM as `$scope` data property, and can be retrieved f
165165
purposes. (It is unlikely that one would need to retrieve scopes in this way inside the
166166
application.) The location where the root scope is attached to the DOM is defined by the location
167167
of {@link api/ng.directive:ngApp `ng-app`} directive. Typically
168-
`ng-app` is placed an the `<html>` element, but it can be placed on other elements as well, if,
168+
`ng-app` is placed on the `<html>` element, but it can be placed on other elements as well, if,
169169
for example, only a portion of the view needs to be controlled by Angular.
170170

171171
To examine the scope in the debugger:

0 commit comments

Comments
 (0)