File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export async function auth<T = unknown>(
86
86
switch ( authOptions . type ) {
87
87
case "app" :
88
88
return getAppAuthentication ( state ) ;
89
- // @ts -expect-error "oauth" is not supperted in types
89
+ // @ts -expect-error "oauth" is not supported in types
90
90
case "oauth" :
91
91
state . log . warn (
92
92
// @ts -expect-error `log.warn()` expects string
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ export type AppAuthOptions = {
33
33
34
34
/**
35
35
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
37
37
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.
39
39
**/
40
40
export type InstallationAuthOptions = {
41
41
type : "installation" ;
You can’t perform that action at this time.
0 commit comments