Skip to content

Commit

Permalink
docs(): fix typo (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleberre authored and ihadeed committed May 14, 2017
1 parent 22d0260 commit fba0ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/admob/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit fba0ce2

Please sign in to comment.