From 24fe1632b05e38986b48e472f9022c8039596b4d Mon Sep 17 00:00:00 2001 From: Alessandro Bahgat Date: Sat, 22 Feb 2014 12:21:37 -0500 Subject: docs($routeProvider): correct "slashs" to "slashes" Closes #6415 --- src/ngRoute/route.js | 4 ++-- 1 file 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 -- cgit v1.2.3