Skip to content

Commit 9a26ab5

Browse files
loringdodgepkozlowski-opensource
authored andcommitted
docs($route): replace comma with "and"
Remove a comma and replace with "and" on line 444 Closes angular#9889
1 parent d906ed3 commit 9a26ab5

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
@@ -441,7 +441,7 @@ function $RouteProvider() {
441441
* {@link ng.$location $location} hasn't changed.
442442
*
443443
* As a result of that, {@link ngRoute.directive:ngView ngView}
444-
* creates new scope, reinstantiates the controller.
444+
* creates new scope and reinstantiates the controller.
445445
*/
446446
reload: function() {
447447
forceReload = true;

0 commit comments

Comments
 (0)