diff --git a/src/@ionic-native/plugins/launch-review/index.ts b/src/@ionic-native/plugins/launch-review/index.ts index 26da7dcad..b76c48d7d 100644 --- a/src/@ionic-native/plugins/launch-review/index.ts +++ b/src/@ionic-native/plugins/launch-review/index.ts @@ -18,7 +18,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; * ... * * this.launchReview.launch() - * .then(() => console.log('Successfully launched store app'); + * .then(() => console.log('Successfully launched store app')); * * if(this.launchReview.isRatingSupported()){ * this.launchReview.rating()