Skip to content

Commit 831c854

Browse files
Merge pull request #1144 from adrice727/master
fix(docs): Fixed typo on line 469 of angular-ui-router.js
2 parents 6c0ae50 + 0cbbe3e commit 831c854

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)