mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(toast): update direction for table placement
The table is actually below not above.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user