Skip to content

Commit

Permalink
docs(ngRoute): grammar correction
Browse files Browse the repository at this point in the history
grammar: occurs -> occur

Closes angular#5937
  • Loading branch information
allonhadaya authored and caitp committed Jan 22, 2014
1 parent 7f444a2 commit c3b5e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngRoute/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c3b5e16

Please sign in to comment.