Skip to content

Commit ef7992d

Browse files
committed
Merge pull request #2532 from pra85/patch-1
docs(resolve): fix a typo
2 parents f100e5f + 3783e68 commit ef7992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolve.js

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

0 commit comments

Comments
 (0)