docs(launch-review): add missing bracket (#3062)

This commit is contained in:
Zahid Mahmood 2019-06-15 02:14:48 -04:00 committed by Daniel Sogl
parent 09ca1a1843
commit b217bdb62a

View File

@ -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()