From 607447365d326edb46fe202217cf323cfa5238fa Mon Sep 17 00:00:00 2001 From: Tony Xia Date: Fri, 16 Oct 2020 03:55:00 +1100 Subject: [PATCH] Fixed minor typos (#12936) --- src/sql/platform/connection/common/utils.ts | 2 +- .../accountManagement/browser/accountManagementService.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sql/platform/connection/common/utils.ts b/src/sql/platform/connection/common/utils.ts index feccd95b10..2079567d53 100644 --- a/src/sql/platform/connection/common/utils.ts +++ b/src/sql/platform/connection/common/utils.ts @@ -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. diff --git a/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts b/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts index b86aa85fd8..0c7e281b1b 100644 --- a/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts +++ b/src/sql/workbench/services/accountManagement/browser/accountManagementService.ts @@ -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 { this.autoOAuthDialogController.closeAutoOAuthDialog();