Skip to content

Commit 0cbbe3e

Browse files
committed
Fixed typo on line 469 of angular-ui-router.js
1 parent d6b95ef commit 0cbbe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/angular-ui-router.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ function $Resolve( $q, $injector) {
466466
* propagated immediately. Once the `$resolve` promise has been rejected, no
467467
* further invocables will be called.
468468
*
469-
* Cyclic dependencies between invocables are not permitted and will caues `$resolve`
469+
* Cyclic dependencies between invocables are not permitted and will cause `$resolve`
470470
* to throw an error. As a special case, an injectable can depend on a parameter
471471
* with the same name as the injectable, which will be fulfilled from the `parent`
472472
* injectable of the same name. This allows inherited values to be decorated.

0 commit comments

Comments
 (0)