docs(): fix typo (#1329)

This commit is contained in:
Robert Herhold 2017-04-05 23:37:08 -04:00 committed by Ibby Hadeed
parent 57eabc002a
commit 0147704a4f

View File

@ -384,7 +384,7 @@ export class GoogleMap {
* export class MapPage {
* constructor(private googleMaps: GoogleMaps) {}
*
* // Load map only after view is initialize
* // Load map only after view is initialized
* ngAfterViewInit() {
* this.loadMap();
* }