From 11f4f516fcf8702c43603c8aae6bcd1f215841c2 Mon Sep 17 00:00:00 2001 From: Sani Yusuf Date: Tue, 20 Sep 2016 02:00:19 +0100 Subject: [PATCH] docs(toast): update direction for table placement The table is actually below not above. --- src/components/toast/toast.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toast/toast.ts b/src/components/toast/toast.ts index 3e4a8e2021b..52c8d4bec10 100644 --- a/src/components/toast/toast.ts +++ b/src/components/toast/toast.ts @@ -148,7 +148,7 @@ export class ToastController { /** * Create a new toast component. See options below - * @param {ToastOptions} opts Toast options. See the above table for available options. + * @param {ToastOptions} opts Toast options. See the below table for available options. */ create(opts: ToastOptions = {}) { return new Toast(this._app, opts);