docs(Formatters): fix typo of TimestampStyles (#6523)

This commit is contained in:
Megatank58
2021-08-25 17:50:00 +05:30
committed by GitHub
parent 8a8c69a257
commit 7d4a40a26d

View File

@@ -161,7 +161,7 @@ Formatters.strikethrough = strikethrough;
* @method time
* @memberof Formatters
* @param {number|Date} [date] The date to format.
* @param {TimestampStyles} [style] The style to use.
* @param {TimestampStylesString} [style] The style to use.
* @returns {string}
*/
Formatters.time = time;