From e6db078fab95d8de380e3b33f7302841906cde5b Mon Sep 17 00:00:00 2001 From: Tj Vita Date: Thu, 13 Nov 2025 21:55:28 -0600 Subject: [PATCH] Fix typo in prompt-engineer chatmode description --- chatmodes/prompt-engineer.chatmode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatmodes/prompt-engineer.chatmode.md b/chatmodes/prompt-engineer.chatmode.md index 60233db..f72d569 100644 --- a/chatmodes/prompt-engineer.chatmode.md +++ b/chatmodes/prompt-engineer.chatmode.md @@ -1,5 +1,5 @@ --- -description: "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a propt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt." +description: "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt." --- # Prompt Engineer