Fixed minor typos (#12936)

This commit is contained in:
Tony Xia
2020-10-16 03:55:00 +11:00
committed by GitHub
parent f72453fc59
commit 607447365d
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export const ConnectionUriRestoreIdAttributeName = 'restoreId';
/**
* Takes a string in the format of HH:MM:SS.MS and returns a number representing the time in
* miliseconds
* milliseconds
* @param value The string to convert to milliseconds
* @return False is returned if the string is an invalid format,
* the number of milliseconds in the time string is returned otherwise.