mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 15:29:51 +02:00
Fix: style + typo
This commit is contained in:
@ -302,9 +302,9 @@ namespace OS {
|
||||
location?: ANCHOR;
|
||||
|
||||
/**
|
||||
* Timeout (in seconds) before the Toast disappear
|
||||
* Timeout (in seconds) before the Toast disappears
|
||||
* Set this value to 0 to prevent the Toast to disappear,
|
||||
* in this case, use need to explicitly close the notification
|
||||
* in this case, user need to explicitly close the notification
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ToastOptions
|
||||
@ -322,7 +322,7 @@ namespace OS {
|
||||
|
||||
/**
|
||||
* Toast notification API
|
||||
* Show a toad message on different posisition on screen, see [[ToastOptions]]
|
||||
* Show a toast message on different posisition on screen, see [[ToastOptions]]
|
||||
*
|
||||
* @export
|
||||
* @param
|
||||
|
Reference in New Issue
Block a user