diff options
| author | Alessandro Bahgat | 2014-02-22 12:21:37 -0500 | 
|---|---|---|
| committer | Pawel Kozlowski | 2014-02-23 17:49:54 +0100 | 
| commit | 24fe1632b05e38986b48e472f9022c8039596b4d (patch) | |
| tree | 54968ac499cee05c3cd1597294a9395684b7f342 | |
| parent | 832be4123d1c68cee6c4ad766cd5d47d388d2bfb (diff) | |
| download | angular.js-24fe1632b05e38986b48e472f9022c8039596b4d.tar.bz2 | |
docs($routeProvider): correct "slashs" to "slashes"
Closes #6415
| -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 | 
