From 0c9eb8e1dd622a2e3f1cbcf5144cbc945752209f Mon Sep 17 00:00:00 2001 From: Nick Holder Date: Wed, 22 Mar 2017 17:52:13 -0500 Subject: [PATCH] docs(toast): fix typo Changed thisoast to this.toast --- src/@ionic-native/plugins/toast/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); * }