diff options
| -rw-r--r-- | src/ngRoute/route.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 2d7ce8e4..278182da 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -370,7 +370,7 @@ function $RouteProvider(){ * @eventType broadcast on root scope * @description * Broadcasted before a route change. At this point the route services starts - * resolving all of the dependencies needed for the route change to occurs. + * resolving all of the dependencies needed for the route change to occur. * Typically this involves fetching the view template as well as any dependencies * defined in `resolve` route property. Once all of the dependencies are resolved * `$routeChangeSuccess` is fired. |
