mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(launch-review): fix example
This commit is contained in:
parent
40807b8c8c
commit
f33eaed266
@ -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'));
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user