diff --git a/google-map-poly.html b/google-map-poly.html
index 77e31ec..905c26c 100644
--- a/google-map-poly.html
+++ b/google-map-poly.html
@@ -49,7 +49,7 @@
* initially or when they are changed.
*
* @event google-map-poly-path-built
- * @param {google.maps.MVCArray.} path The poly path.
+ * @param {google.maps.MVCArray.} path The poly path.
*/
/**
@@ -57,7 +57,7 @@
* provided path to rebuild its list of points.
*
* @event google-map-poly-path-updated
- * @param {google.maps.MVCArray.} path The poly path.
+ * @param {google.maps.MVCArray.} path The poly path.
*/
/**
@@ -159,7 +159,7 @@
/**
* An array of the Google Maps LatLng objects that define the poly shape.
*
- * @type google.maps.MVCArray.
+ * @type google.maps.MVCArray.
*/
path: {
type: Object,