diff --git a/src/@ionic-native/plugins/toast/index.ts b/src/@ionic-native/plugins/toast/index.ts index 359016976..f9ef0a793 100644 --- a/src/@ionic-native/plugins/toast/index.ts +++ b/src/@ionic-native/plugins/toast/index.ts @@ -51,7 +51,7 @@ export interface ToastOptions { * * ... * - * thisoast.show("I'm a toast", '5000', 'center').subscribe( + * this.toast.show("I'm a toast", '5000', 'center').subscribe( * toast => { * console.log(toast); * }