mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-11 13:21:37 +08:00
docs(toast): fix typo
Changed thisoast to this.toast
This commit is contained in:
parent
3830de5d69
commit
0c9eb8e1dd
@ -51,7 +51,7 @@ export interface ToastOptions {
|
|||||||
*
|
*
|
||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* thisoast.show("I'm a toast", '5000', 'center').subscribe(
|
* this.toast.show("I'm a toast", '5000', 'center').subscribe(
|
||||||
* toast => {
|
* toast => {
|
||||||
* console.log(toast);
|
* console.log(toast);
|
||||||
* }
|
* }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user