Fix typo in getOctokit JSDoc

Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
Koen Vlaswinkel
2022-08-31 11:48:27 +02:00
committed by GitHub
parent ac1a97efa0
commit 21c5ed01ad

View File

@@ -79,7 +79,7 @@ export class Credentials {
/**
* Creates or returns an instance of Octokit.
*
* @param requireAuthentication Whether the Octokit instance needs to be authentication as user.
* @param requireAuthentication Whether the Octokit instance needs to be authenticated as user.
* @returns An instance of Octokit.
*/
async getOctokit(requireAuthentication = true): Promise<Octokit.Octokit> {