fix: typo

This commit is contained in:
geekanant
2021-09-25 14:41:17 +05:30
parent a00d7d61ce
commit c33707c4a6

View File

@ -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<void> {
const added: AuthenticationSession[] = [];