From 68ebf5d655ef94b364e8d97f955d3011423d4221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E8=8C=A7?= <54054995+kuishou68@users.noreply.github.com> Date: Thu, 11 Dec 2025 01:11:54 +0800 Subject: [PATCH] Fix: Correct typo in code comment (#14671) Co-authored-by: Tommaso Sciortino --- packages/cli/src/nonInteractiveCli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/nonInteractiveCli.ts b/packages/cli/src/nonInteractiveCli.ts index 07a2bf5ca9..53f2b9a0eb 100644 --- a/packages/cli/src/nonInteractiveCli.ts +++ b/packages/cli/src/nonInteractiveCli.ts @@ -222,7 +222,7 @@ export async function runNonInteractive({ settings, ); // If a slash command is found and returns a prompt, use it. - // Otherwise, slashCommandResult fall through to the default prompt + // Otherwise, slashCommandResult falls through to the default prompt // handling. if (slashCommandResult) { query = slashCommandResult as Part[];