From e9bbeffa702cc7b5b0b72f89ee9fcf9d137fdb9c Mon Sep 17 00:00:00 2001 From: ghcloner Date: Mon, 22 Dec 2025 15:32:55 +0100 Subject: [PATCH] Fixed typos and improved clarity --- src/components/Chat.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chat.jsx b/src/components/Chat.jsx index 86b7362..706f5dc 100644 --- a/src/components/Chat.jsx +++ b/src/components/Chat.jsx @@ -39,7 +39,7 @@ function Chat({ prompt, mode }) {
{response}
) : ( -
Type "c " and your prompt in the command bar to chat with AI
+
Type "c" followed by your prompt in the command bar to chat with the AI
)} );