From f9b878515515a1dc8dfce6246a076fa4fd637c0d Mon Sep 17 00:00:00 2001 From: Loring Dodge Date: Mon, 3 Nov 2014 11:50:09 -0800 Subject: [PATCH] docs($route): replace comma with "and" Remove a comma and replace with "and" on line 444 --- 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 7f5284ca5ff4..cca13c49d7c3 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -441,7 +441,7 @@ function $RouteProvider() { * {@link ng.$location $location} hasn't changed. * * As a result of that, {@link ngRoute.directive:ngView ngView} - * creates new scope, reinstantiates the controller. + * creates new scope and reinstantiates the controller. */ reload: function() { forceReload = true;