From dbe217828d71794e85e7b03592639be0b81463cb Mon Sep 17 00:00:00 2001 From: Noritaka Kobayashi Date: Thu, 26 Jun 2025 13:34:53 +0900 Subject: chore: fix typos in comment-out (#1540) Co-authored-by: Scott Densmore --- packages/cli/src/gemini.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/gemini.tsx') diff --git a/packages/cli/src/gemini.tsx b/packages/cli/src/gemini.tsx index 44c8e6eb..95c8d4f2 100644 --- a/packages/cli/src/gemini.tsx +++ b/packages/cli/src/gemini.tsx @@ -102,7 +102,7 @@ export async function main() { const config = await loadCliConfig(settings.merged, extensions, sessionId); // set default fallback to gemini api key - // this has to go after load cli becuase thats where the env is set + // this has to go after load cli because thats where the env is set if (!settings.merged.selectedAuthType && process.env.GEMINI_API_KEY) { settings.setValue( SettingScope.User, -- cgit v1.2.3