aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Luz2012-09-02 19:42:34 -0300
committerMisko Hevery2012-09-11 16:19:42 -0700
commitdbafbb0de51ffee502dc2e752107839ae67dd1d6 (patch)
treef10c97f27ab46755fc05760e5b4a8ef13bea9495
parent1d0aa7b7c615ba02bfc020717e36752945aa2e6a (diff)
downloadangular.js-dbafbb0de51ffee502dc2e752107839ae67dd1d6.tar.bz2
docs($rootScope): fix typo on $eval
-rw-r--r--src/ng/rootScope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 43bf6cc5..21059cc6 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -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>