docs(launch-review): fix example

This commit is contained in:
Daniel Sogl 2018-03-30 20:02:11 +02:00 committed by GitHub
parent 40807b8c8c
commit f33eaed266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'));
* }
* ```
*/