From 3783e68e6e7c03be7f0c75a1877e9c5c97adbfab Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sat, 6 Feb 2016 12:02:02 +0530 Subject: [PATCH] docs(resolve): fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit caues → cause --- src/resolve.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve.js b/src/resolve.js index f1c179009..019338dd9 100644 --- a/src/resolve.js +++ b/src/resolve.js @@ -216,7 +216,7 @@ function $Resolve( $q, $injector) { * propagated immediately. Once the `$resolve` promise has been rejected, no * further invocables will be called. * - * Cyclic dependencies between invocables are not permitted and will caues `$resolve` + * Cyclic dependencies between invocables are not permitted and will cause `$resolve` * to throw an error. As a special case, an injectable can depend on a parameter * with the same name as the injectable, which will be fulfilled from the `parent` * injectable of the same name. This allows inherited values to be decorated.