diff options
| author | Daniel Luz | 2012-09-02 19:42:34 -0300 |
|---|---|---|
| committer | Misko Hevery | 2012-09-11 15:11:01 -0700 |
| commit | c0b9e94dec21a89784febd96fbd2036abb31b14f (patch) | |
| tree | 19683278474224efb17128f7a1bedf27ca07067c | |
| parent | 83fbdd1097e27cc50c7c7aed6463d69e66fcf8e7 (diff) | |
| download | angular.js-c0b9e94dec21a89784febd96fbd2036abb31b14f.tar.bz2 | |
docs($rootScope): fix typo on $eval
| -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> |
