docs(google-maps): fix plugin reference (#1251)

This commit is contained in:
Guille 2017-03-24 20:45:05 +01:00 committed by Ibby Hadeed
parent 150b236468
commit 1eebea9df5

View File

@ -399,7 +399,7 @@ export class GoogleMap {
* // create a new map by passing HTMLElement
* let element: HTMLElement = document.getElementById('map');
*
* let map: GoogleMap = GoogleMaps.create(element);
* let map: GoogleMap = this.googleMaps.create(element);
*
* // listen to MAP_READY event
* // You must wait for this event to fire before adding something to the map or modifying it in anyway