File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments