From fc0a23822931c4f39043b989439ff36bba9ec2ed Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Thu, 14 Feb 2019 02:44:44 -0600 Subject: [PATCH] fix(google-play-games-services): correct Cordova plugin name typo (#2920) closes ionic-team/ionic-docs#424 --- src/@ionic-native/plugins/google-play-games-services/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/google-play-games-services/index.ts b/src/@ionic-native/plugins/google-play-games-services/index.ts index bab7db597..6306ad20d 100644 --- a/src/@ionic-native/plugins/google-play-games-services/index.ts +++ b/src/@ionic-native/plugins/google-play-games-services/index.ts @@ -154,7 +154,7 @@ export interface Player { */ @Plugin({ pluginName: 'GooglePlayGamesServices', - plugin: 'cordova-plugin-play-games-service', + plugin: 'cordova-plugin-play-games-services', pluginRef: 'plugins.playGamesServices', repo: 'https://github.com/artberri/cordova-plugin-play-games-services', platforms: ['Android'],