diff --git a/src/components/toast/toast.ts b/src/components/toast/toast.ts index 3e4a8e2021..52c8d4bec1 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);