docs: in doc comments, replace [aA]ngular2 with Angular (#15463)

This commit is contained in:
Ward Bell
2017-03-27 09:44:35 -07:00
committed by Victor Berchet
parent 6605dd1c7c
commit 816b389759
12 changed files with 27 additions and 27 deletions

View File

@ -52,7 +52,7 @@ export function locationSyncBootstrapListener(ngUpgrade: UpgradeModule) {
/**
* @whatItDoes Sets up a location synchronization.
*
* History.pushState does not fire onPopState, so the angular2 location
* History.pushState does not fire onPopState, so the Angular location
* doesn't detect it. The workaround is to attach a location change listener
*
* @experimental