Skip to content

Commit 24fe163

Browse files
abahgatpkozlowski-opensource
authored andcommitted
docs($routeProvider): correct "slashs" to "slashes"
Closes angular#6415
1 parent 832be41 commit 24fe163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ngRoute/route.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ function $RouteProvider(){
5959
* * `path` can contain optional named groups with a question mark: e.g.`:name?`.
6060
*
6161
* For example, routes like `/color/:color/largecode/:largecode*\/edit` will match
62-
* `/color/brown/largecode/code/with/slashs/edit` and extract:
62+
* `/color/brown/largecode/code/with/slashes/edit` and extract:
6363
*
6464
* * `color: brown`
65-
* * `largecode: code/with/slashs`.
65+
* * `largecode: code/with/slashes`.
6666
*
6767
*
6868
* @param {Object} route Mapping information to be assigned to `$route.current` on route

0 commit comments

Comments
 (0)