diff --git a/packages/better-auth/src/plugins/mcp/authorize.ts b/packages/better-auth/src/plugins/mcp/authorize.ts index 1c5a75d263..365cd6cd6f 100644 --- a/packages/better-auth/src/plugins/mcp/authorize.ts +++ b/packages/better-auth/src/plugins/mcp/authorize.ts @@ -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.