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;