mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(ngRoute): grammar correction
grammar: occurs -> occur Closes #5937
This commit is contained in:
parent
7f444a205e
commit
c3b5e16d84
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue