docs(ngRoute): grammar correction

grammar: occurs -> occur

Closes #5937
This commit is contained in:
Allon Hadaya 2014-01-22 12:43:55 -05:00 committed by Caitlin Potter
parent 7f444a205e
commit c3b5e16d84

View file

@ -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.