diff options
| -rw-r--r-- | src/ng/rootScope.js | 2 | 
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>  | 
