We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832be41 commit 24fe163Copy full SHA for 24fe163
1 file changed
src/ngRoute/route.js
@@ -59,10 +59,10 @@ function $RouteProvider(){
59
* * `path` can contain optional named groups with a question mark: e.g.`:name?`.
60
*
61
* For example, routes like `/color/:color/largecode/:largecode*\/edit` will match
62
- * `/color/brown/largecode/code/with/slashs/edit` and extract:
+ * `/color/brown/largecode/code/with/slashes/edit` and extract:
63
64
* * `color: brown`
65
- * * `largecode: code/with/slashs`.
+ * * `largecode: code/with/slashes`.
66
67
68
* @param {Object} route Mapping information to be assigned to `$route.current` on route
0 commit comments