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