mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixed minor typos (#12936)
This commit is contained in:
@@ -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
|
* 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
|
* @param value The string to convert to milliseconds
|
||||||
* @return False is returned if the string is an invalid format,
|
* @return False is returned if the string is an invalid format,
|
||||||
* the number of milliseconds in the time string is returned otherwise.
|
* the number of milliseconds in the time string is returned otherwise.
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ export class AccountManagementService implements IAccountManagementService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* End auto OAuth Devide code closes add account dialog
|
* End auto OAuth Device code closes add account dialog
|
||||||
*/
|
*/
|
||||||
public endAutoOAuthDeviceCode(): void {
|
public endAutoOAuthDeviceCode(): void {
|
||||||
this.autoOAuthDialogController.closeAutoOAuthDialog();
|
this.autoOAuthDialogController.closeAutoOAuthDialog();
|
||||||
|
|||||||
Reference in New Issue
Block a user