diff options
| -rw-r--r-- | src/ngRoute/route.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 7ccc7947..687e8530 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -59,10 +59,10 @@ function $RouteProvider(){ * * `path` can contain optional named groups with a question mark: e.g.`:name?`. * * For example, routes like `/color/:color/largecode/:largecode*\/edit` will match - * `/color/brown/largecode/code/with/slashs/edit` and extract: + * `/color/brown/largecode/code/with/slashes/edit` and extract: * * * `color: brown` - * * `largecode: code/with/slashs`. + * * `largecode: code/with/slashes`. * * * @param {Object} route Mapping information to be assigned to `$route.current` on route |
