From 0cbbe3ee72a3214f2b211d9a66602a2ce058ef70 Mon Sep 17 00:00:00 2001 From: Aaron Rice Date: Sat, 14 Jun 2014 21:00:01 -0700 Subject: [PATCH] Fixed typo on line 469 of angular-ui-router.js --- release/angular-ui-router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/angular-ui-router.js b/release/angular-ui-router.js index 3faa6bb3c..3006f02d5 100644 --- a/release/angular-ui-router.js +++ b/release/angular-ui-router.js @@ -466,7 +466,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.