mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 10:36:14 +08:00
docs(toast): template literal in example usage (#1760)
The single quote needed to be escaped to providing proper syntax highlighting in documentation.
This commit is contained in:
parent
3582e877d6
commit
c972497475
@ -51,7 +51,7 @@ export interface ToastOptions {
|
||||
*
|
||||
* ...
|
||||
*
|
||||
* this.toast.show('I'm a toast', '5000', 'center').subscribe(
|
||||
* this.toast.show(`I'm a toast`, '5000', 'center').subscribe(
|
||||
* toast => {
|
||||
* console.log(toast);
|
||||
* }
|
||||
|
Loading…
Reference in New Issue
Block a user