docs($routeProvider): correct "slashs" to "slashes"

Closes #6415
This commit is contained in:
Alessandro Bahgat
2014-02-22 12:21:37 -05:00
committed by Pawel Kozlowski
parent 832be4123d
commit 24fe1632b0
+2 -2
View File
@@ -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