diff --git a/src/urlRouter.js b/src/urlRouter.js index 33c17090f..2f88b56c4 100644 --- a/src/urlRouter.js +++ b/src/urlRouter.js @@ -122,7 +122,9 @@ function $UrlRouterProvider( $locationProvider, $urlMatcherFactory) { * @methodOf ui.router.router.$urlRouterProvider * * @description - * Registers a handler for a given url matching. if handle is a string, it is + * Registers a handler for a given url matching. + * + * If the handler is a string, it is * treated as a redirect, and is interpolated according to the syntax of match * (i.e. like `String.replace()` for `RegExp`, or like a `UrlMatcher` pattern otherwise). *