mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
docs(ngRoute): grammar correction
grammar: occurs -> occur Closes #5937
This commit is contained in:
committed by
Caitlin Potter
parent
7f444a205e
commit
c3b5e16d84
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user