chore: fix typo in authorize comment (#3106)

This commit is contained in:
Bereket Engida
2025-06-20 12:24:12 -07:00
committed by GitHub
parent 1b0aef5be3
commit 7eded3da8a

View File

@@ -194,7 +194,7 @@ export async function authorizeMCPOAuth(
* This means the code now needs to be treated as a
* consent request.
*
* once the user consents, teh code will be updated
* once the user consents, the code will be updated
* with the actual code. This is to prevent the
* client from using the code before the user
* consents.