docs(google-maps): fix param type

closes #1110
This commit is contained in:
Ibby Hadeed
2017-02-23 18:57:29 -05:00
committed by GitHub
parent f22874342a
commit 4426e59176
+1 -1
View File
@@ -125,7 +125,7 @@ export class GoogleAnalytics {
/**
* Add a Custom Dimension
* https://developers.google.com/analytics/devguides/platform/customdimsmets
* @param key {string}
* @param key {number}
* @param value {string}
* @returns {Promise<any>}
*/