From f33eaed2666d28e19a9e4297454639c8909c62ef Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Fri, 30 Mar 2018 20:02:11 +0200 Subject: [PATCH] docs(launch-review): fix example --- src/@ionic-native/plugins/launch-review/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); * } * ``` */