Skip to content

Commit a0eae03

Browse files
authored
Update README.md
1 parent f81c2d6 commit a0eae03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ import {
200200
} from '@capacitor-community/admob';
201201

202202
export async function showAppOpenAd(): Promise<void> {
203-
// Escuchar eventos
203+
// listen to events
204204
AdMob.addListener(AppOpenAdPluginEvents.Loaded, () => {
205205
console.log('App Open Ad loaded');
206206
});

0 commit comments

Comments
 (0)