We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c0ae50 + 0cbbe3e commit 831c854Copy full SHA for 831c854
release/angular-ui-router.js
@@ -466,7 +466,7 @@ function $Resolve( $q, $injector) {
466
* propagated immediately. Once the `$resolve` promise has been rejected, no
467
* further invocables will be called.
468
*
469
- * Cyclic dependencies between invocables are not permitted and will caues `$resolve`
+ * Cyclic dependencies between invocables are not permitted and will cause `$resolve`
470
* to throw an error. As a special case, an injectable can depend on a parameter
471
* with the same name as the injectable, which will be fulfilled from the `parent`
472
* injectable of the same name. This allows inherited values to be decorated.
0 commit comments