From 05022434eb7a2edcb4c70d56ead53313c73f7d49 Mon Sep 17 00:00:00 2001 From: Gal Zahavi <38544478+galz10@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:21:29 -0700 Subject: [PATCH] chore(docs): Fix typo in shell.md (#8492) --- docs/tools/shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/shell.md b/docs/tools/shell.md index 6d31061838..9382eedd3d 100644 --- a/docs/tools/shell.md +++ b/docs/tools/shell.md @@ -57,7 +57,7 @@ run_shell_command(command="npm run dev &", description="Start development server ## Configuration -You can configure the behavior of the `run_shell_command` tool by modifying your `settings.json` file or by using the `/setting` command in the Gemini CLI. +You can configure the behavior of the `run_shell_command` tool by modifying your `settings.json` file or by using the `/settings` command in the Gemini CLI. ### Enabling Interactive Commands