aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngRoute/route.js
diff options
context:
space:
mode:
authorAlessandro Bahgat2014-02-22 12:21:37 -0500
committerPawel Kozlowski2014-02-23 17:49:54 +0100
commit24fe1632b05e38986b48e472f9022c8039596b4d (patch)
tree54968ac499cee05c3cd1597294a9395684b7f342 /src/ngRoute/route.js
parent832be4123d1c68cee6c4ad766cd5d47d388d2bfb (diff)
downloadangular.js-24fe1632b05e38986b48e472f9022c8039596b4d.tar.bz2
docs($routeProvider): correct "slashs" to "slashes"
Closes #6415
Diffstat (limited to 'src/ngRoute/route.js')
-rw-r--r--src/ngRoute/route.js4
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