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.