Skip to content

Commit

Permalink
docs(toast): update direction for table placement
Browse files Browse the repository at this point in the history
The table is actually below not above.
  • Loading branch information
saniyusuf authored and adamdbradley committed Sep 20, 2016
1 parent bd6350f commit 11f4f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toast/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 11f4f51

Please sign in to comment.