docs: fix a typo and use milliseconds instead of ms (#7251)

This commit is contained in:
Vitor
2022-01-13 16:59:28 +00:00
committed by GitHub
parent 7b53978a73
commit 0dd56afe1c
5 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ export interface InvalidRequestWarningData {
*/
count: number;
/**
* Time in ms remaining before the count resets
* Time in milliseconds remaining before the count resets
*/
remainingTime: number;
}