We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1a97e commit 21c5ed0Copy full SHA for 21c5ed0
extensions/ql-vscode/src/authentication.ts
@@ -79,7 +79,7 @@ export class Credentials {
79
/**
80
* Creates or returns an instance of Octokit.
81
*
82
- * @param requireAuthentication Whether the Octokit instance needs to be authentication as user.
+ * @param requireAuthentication Whether the Octokit instance needs to be authenticated as user.
83
* @returns An instance of Octokit.
84
*/
85
async getOctokit(requireAuthentication = true): Promise<Octokit.Octokit> {
0 commit comments