Skip to content

Commit fb0624e

Browse files
authored
maint: fix some spelling errors (#576)
Signed-off-by: Josh Soref <[email protected]>
1 parent e167700 commit fb0624e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export async function auth<T = unknown>(
8686
switch (authOptions.type) {
8787
case "app":
8888
return getAppAuthentication(state);
89-
// @ts-expect-error "oauth" is not supperted in types
89+
// @ts-expect-error "oauth" is not supported in types
9090
case "oauth":
9191
state.log.warn(
9292
// @ts-expect-error `log.warn()` expects string

src/types.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ export type AppAuthOptions = {
3333

3434
/**
3535
Users SHOULD only enter repositoryIds || repositoryNames.
36-
However, this moduke still passes both to the backend API to
36+
However, this module still passes both to the backend API to
3737
let the API decide how to handle the logic. We just throw the
38-
reponse back to the client making the request.
38+
response back to the client making the request.
3939
**/
4040
export type InstallationAuthOptions = {
4141
type: "installation";

0 commit comments

Comments
 (0)