Skip to content

Commit ee5b408

Browse files
committed
update example docs
1 parent 6b0f62b commit ee5b408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/google.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const googleOAuth = OAuth2Plugin({
3232
return { email: user.email, sub: user.sub };
3333
},
3434
/**
35-
* This param is complete optional to demonstrate customize your own
35+
* This param is optional to demonstrate how to customize your own
3636
* `getToken` function (i.e. add hooks to run after getting the token)
3737
* Leave this blank should you wish to use the default getToken function
3838
*/

examples/zitadel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const zitadelOAuth = OAuth2Plugin({
3636
return { email: user.email, sub: user.sub };
3737
},
3838
/**
39-
* This param is complete optional to demonstrate customize your own
39+
* This param is optional to demonstrate how to customize your own
4040
* `getToken` function (i.e. add hooks to run after getting the token)
4141
* Leave this blank should you wish to use the default getToken function
4242
*/

0 commit comments

Comments
 (0)