Skip to content

Commit 21c5ed0

Browse files
koesie10aeisenberg
andauthored
Fix typo in getOctokit JSDoc
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
1 parent ac1a97e commit 21c5ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/authentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class Credentials {
7979
/**
8080
* Creates or returns an instance of Octokit.
8181
*
82-
* @param requireAuthentication Whether the Octokit instance needs to be authentication as user.
82+
* @param requireAuthentication Whether the Octokit instance needs to be authenticated as user.
8383
* @returns An instance of Octokit.
8484
*/
8585
async getOctokit(requireAuthentication = true): Promise<Octokit.Octokit> {

0 commit comments

Comments
 (0)