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

Commit 3d83973

Browse files
mattphotobtford
authored andcommitted
docs(misc/faq): fix typo
1 parent 3b171a8 commit 3d83973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/misc/faq.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ If you want to apply a directive to each inner piece of the repeat, put it on a
204204

205205
### `$rootScope` exists, but it can be used for evil
206206

207-
Scopes in Angular form a hierarchy, prototypically inheriting from a root scope at the top of the tree.
207+
Scopes in Angular form a hierarchy, prototypally inheriting from a root scope at the top of the tree.
208208
Usually this can be ignored, since most views have a controller, and therefore a scope, of their own.
209209

210210
Occasionally there are pieces of data that you want to make global to the whole app.

0 commit comments

Comments
 (0)