mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +08:00
docs(): fix typo (#1548)
This commit is contained in:
parent
22d0260cde
commit
fba0ce2bb6
@ -107,7 +107,7 @@ export interface AdExtras {
|
||||
*
|
||||
* onClick() {
|
||||
* let adId;
|
||||
* if(this.platform.is('android') {
|
||||
* if(this.platform.is('android')) {
|
||||
* adId = 'YOUR_ADID_ANDROID';
|
||||
* } else if (this.platform.is('ios')) {
|
||||
* adId = 'YOUR_ADID_IOS';
|
||||
|
Loading…
Reference in New Issue
Block a user