From 7eded3da8ad05b4059d2e1c6daa37648dfb43752 Mon Sep 17 00:00:00 2001 From: Bereket Engida <86073083+Bekacru@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:24:12 -0700 Subject: [PATCH] chore: fix typo in authorize comment (#3106) --- packages/better-auth/src/plugins/mcp/authorize.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.