Skip to content

Commit c3b5e16

Browse files
allonhadayacaitp
authored andcommitted
docs(ngRoute): grammar correction
grammar: occurs -> occur Closes angular#5937
1 parent 7f444a2 commit c3b5e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngRoute/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ function $RouteProvider(){
370370
* @eventType broadcast on root scope
371371
* @description
372372
* Broadcasted before a route change. At this point the route services starts
373-
* resolving all of the dependencies needed for the route change to occurs.
373+
* resolving all of the dependencies needed for the route change to occur.
374374
* Typically this involves fetching the view template as well as any dependencies
375375
* defined in `resolve` route property. Once all of the dependencies are resolved
376376
* `$routeChangeSuccess` is fired.

0 commit comments

Comments
 (0)