docs(toast): fix typo

Changed thisoast to this.toast
This commit is contained in:
Nick Holder 2017-03-22 17:52:13 -05:00 committed by Ibby Hadeed
parent 3830de5d69
commit 0c9eb8e1dd

View File

@ -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);
* }