From c33707c4a688a665b2290fbc16f6969e19432ca7 Mon Sep 17 00:00:00 2001 From: geekanant Date: Sat, 25 Sep 2021 14:41:17 +0530 Subject: [PATCH] fix: typo --- authenticationprovider-sample/src/authProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authenticationprovider-sample/src/authProvider.ts b/authenticationprovider-sample/src/authProvider.ts index 6ff9db64..bf35c6c7 100644 --- a/authenticationprovider-sample/src/authProvider.ts +++ b/authenticationprovider-sample/src/authProvider.ts @@ -67,7 +67,7 @@ export class AzureDevOpsAuthenticationProvider implements AuthenticationProvider } } - // This is a crutial function that handles whether or not the token has changed in + // This is a crucial function that handles whether or not the token has changed in // a different window of VS Code and sends the necessary event if it has. private async checkForUpdates(): Promise { const added: AuthenticationSession[] = [];