Skip to content

Commit c0b9e94

Browse files
mernenmhevery
authored andcommitted
docs($rootScope): fix typo on $eval
1 parent 83fbdd1 commit c0b9e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/rootScope.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ function $RootScopeProvider(){
486486
*
487487
* @description
488488
* Executes the `expression` on the current scope returning the result. Any exceptions in the
489-
* expression are propagated (uncaught). This is useful when evaluating engular expressions.
489+
* expression are propagated (uncaught). This is useful when evaluating Angular expressions.
490490
*
491491
* # Example
492492
* <pre>

0 commit comments

Comments
 (0)