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