From b217bdb62a12a733cb598b886204fc9602054c72 Mon Sep 17 00:00:00 2001 From: Zahid Mahmood Date: Sat, 15 Jun 2019 02:14:48 -0400 Subject: [PATCH] docs(launch-review): add missing bracket (#3062) --- 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 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()