Skip to content

Commit

Permalink
docs(Formatters): fix typo of TimestampStyles (#6523)
Browse files Browse the repository at this point in the history
  • Loading branch information
megatank58 committed Aug 25, 2021
1 parent 8a8c69a commit 7d4a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Formatters.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7d4a40a

Please sign in to comment.