docs(misc/faq): fix typo

This commit is contained in:
Matt Kim
2014-09-16 00:39:34 -07:00
committed by Brian Ford
parent 3b171a851d
commit 3d83973fa4
+1 -1
View File
@@ -204,7 +204,7 @@ If you want to apply a directive to each inner piece of the repeat, put it on a
### `$rootScope` exists, but it can be used for evil
Scopes in Angular form a hierarchy, prototypically inheriting from a root scope at the top of the tree.
Scopes in Angular form a hierarchy, prototypally inheriting from a root scope at the top of the tree.
Usually this can be ignored, since most views have a controller, and therefore a scope, of their own.
Occasionally there are pieces of data that you want to make global to the whole app.