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

Commit 25082b3

Browse files
mattphotobtford
authored andcommitted
docs(misc/faq): fix typo
1 parent 27b3ea4 commit 25082b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/misc/faq.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ If you want to apply a directive to each inner piece of the repeat, put it on a
205205

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

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

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

0 commit comments

Comments
 (0)