From c0b9e94dec21a89784febd96fbd2036abb31b14f Mon Sep 17 00:00:00 2001 From: Daniel Luz Date: Sun, 2 Sep 2012 19:42:34 -0300 Subject: docs($rootScope): fix typo on $eval --- src/ng/rootScope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/rootScope.js') 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 *
-- cgit v1.2.3