Skip to content

Commit ecbee81

Browse files
committed
style($route): make jshint happy
Fix the broken build and earn a late (french spelling).
1 parent f8c6ee3 commit ecbee81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngRoute/route.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ function $RouteProvider(){
5555
* * `path` can contain named groups starting with a colon: e.g. `:name`. All characters up
5656
* to the next slash are matched and stored in `$routeParams` under the given `name`
5757
* when the route matches.
58-
* * `path` can contain named groups starting with a colon and ending with a star: e.g.`:name*`.
59-
* All characters are eagerly stored in `$routeParams` under the given `name`
58+
* * `path` can contain named groups starting with a colon and ending with a star:
59+
* e.g.`:name*`. All characters are eagerly stored in `$routeParams` under the given `name`
6060
* when the route matches.
6161
* * `path` can contain optional named groups with a question mark: e.g.`:name?`.
6262
*

0 commit comments

Comments
 (0)