mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(): fix typo (#1548)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user