Fix: style + typo

This commit is contained in:
DanyLE
2023-01-06 18:57:30 +01:00
committed by Dany LE
parent 242df06a28
commit 77b89c44f7
3 changed files with 15 additions and 14 deletions

View File

@ -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