Skip to content

Commit 6285ba7

Browse files
fix typos
1 parent abc025c commit 6285ba7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/ql-vscode/src/authentication.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class Credentials {
2727
/**
2828
* Initializes a Credentials instance. This will generate octokit instances
2929
* authenticated as the user. If there is not already an authenticated GitHub
30-
* session availabeT then the user will be prompted to log in.
30+
* session available then the user will be prompted to log in.
3131
*
3232
* @returns An instance of credentials.
3333
*/
@@ -37,8 +37,8 @@ export class Credentials {
3737

3838
/**
3939
* Initializes an instance of credentials with an octokit instance using
40-
* a specific known token. This method is meant to be used non-interactive
41-
* environments such as tests.
40+
* a specific known token. This method is meant to be used in
41+
* non-interactive environments such as tests.
4242
*
4343
* @param overrideToken The GitHub token to use for authentication.
4444
* @returns An instance of credentials.

0 commit comments

Comments
 (0)