From 4fe6f54eaf1a736d2e370fbde5208fc34931e360 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola <9167485+Sbozzolo@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:45:57 -0700 Subject: [PATCH] Fix typo in constants.rs --- crates/chat-cli/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chat-cli/src/constants.rs b/crates/chat-cli/src/constants.rs index fa38ec0104..502863befc 100644 --- a/crates/chat-cli/src/constants.rs +++ b/crates/chat-cli/src/constants.rs @@ -272,7 +272,7 @@ pub mod tips { StyledText::command("MCP servers") ), format!( - "You can specify wait time (in ms) for mcp server loading with {}. Servers that takes longer than the specified time will continue to load in the background. Use /tools to see pending servers.", + "You can specify wait time (in ms) for mcp server loading with {}. Servers that take longer than the specified time will continue to load in the background. Use /tools to see pending servers.", StyledText::command("q settings mcp.initTimeout {timeout in int}") ), format!(