docs($rootScope): fix typo on $eval

This commit is contained in:
Daniel Luz 2012-09-02 19:42:34 -03:00 committed by Misko Hevery
parent 1d0aa7b7c6
commit dbafbb0de5

View file

@ -486,7 +486,7 @@ function $RootScopeProvider(){
*
* @description
* Executes the `expression` on the current scope returning the result. Any exceptions in the
* expression are propagated (uncaught). This is useful when evaluating engular expressions.
* expression are propagated (uncaught). This is useful when evaluating Angular expressions.
*
* # Example
* <pre>