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[];