From 4772b348e4a0d67033d408a647061e72a5a4cbbb Mon Sep 17 00:00:00 2001 From: Allon Hadaya Date: Wed, 22 Jan 2014 12:43:55 -0500 Subject: [PATCH] Update route.js grammar: occurs -> occur --- src/ngRoute/route.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 2d7ce8e40a3e..278182da8c33 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -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.