diff --git a/src/@ionic-native/plugins/launch-review/index.ts b/src/@ionic-native/plugins/launch-review/index.ts index 86c3c038a..e6b6fe5b1 100644 --- a/src/@ionic-native/plugins/launch-review/index.ts +++ b/src/@ionic-native/plugins/launch-review/index.ts @@ -22,7 +22,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core'; * * if(this.launchReview.isRatingSupported()){ * this.launchReview.rating() - * .then(() => console.log('Successfully launched rating dialog'); + * .then(() => console.log('Successfully launched rating dialog')); * } * ``` */