We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f100e5f commit 3783e68Copy full SHA for 3783e68
src/resolve.js
@@ -216,7 +216,7 @@ function $Resolve( $q, $injector) {
216
* propagated immediately. Once the `$resolve` promise has been rejected, no
217
* further invocables will be called.
218
*
219
- * Cyclic dependencies between invocables are not permitted and will caues `$resolve`
+ * Cyclic dependencies between invocables are not permitted and will cause `$resolve`
220
* to throw an error. As a special case, an injectable can depend on a parameter
221
* with the same name as the injectable, which will be fulfilled from the `parent`
222
* injectable of the same name. This allows inherited values to be decorated.
0 commit comments