docs(toast): update direction for table placement

The table is actually below not above.
This commit is contained in:
Sani Yusuf
2016-09-20 02:00:19 +01:00
committed by Adam Bradley
parent bd6350f43e
commit 11f4f516fc

View File

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