Skip to content

Commit dd12213

Browse files
authored
Fix typo in constants.rs (#3175)
1 parent 2933aaa commit dd12213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub mod tips {
272272
StyledText::command("MCP servers")
273273
),
274274
format!(
275-
"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.",
275+
"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.",
276276
StyledText::command("q settings mcp.initTimeout {timeout in int}")
277277
),
278278
format!(

0 commit comments

Comments
 (0)