fix(google-play-games-services): correct Cordova plugin name typo (#2920)

closes ionic-team/ionic-docs#424
This commit is contained in:
Cam Wiegert 2019-02-14 02:44:44 -06:00 committed by Daniel Sogl
parent eeb68f1706
commit fc0a238229

View File

@ -154,7 +154,7 @@ export interface Player {
*/ */
@Plugin({ @Plugin({
pluginName: 'GooglePlayGamesServices', pluginName: 'GooglePlayGamesServices',
plugin: 'cordova-plugin-play-games-service', plugin: 'cordova-plugin-play-games-services',
pluginRef: 'plugins.playGamesServices', pluginRef: 'plugins.playGamesServices',
repo: 'https://github.com/artberri/cordova-plugin-play-games-services', repo: 'https://github.com/artberri/cordova-plugin-play-games-services',
platforms: ['Android'], platforms: ['Android'],