From f655a16c902f4c07ae449c554713d6ad4304868b Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Mon, 7 Jul 2025 13:45:25 +1200 Subject: [PATCH] CHANGE: Fix typo in .NET best practices prompt - Corrected "soltion" to "solution" in the prompt description. --- prompts/dotnet-best-practices.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompts/dotnet-best-practices.prompt.md b/prompts/dotnet-best-practices.prompt.md index ddfafe1..36e5cf2 100644 --- a/prompts/dotnet-best-practices.prompt.md +++ b/prompts/dotnet-best-practices.prompt.md @@ -4,7 +4,7 @@ description: 'Ensure .NET/C# code meets best practices for the solution/project. --- # .NET/C# Best Practices -Your task is to ensure .NET/C# code in ${selection} meets the best practices specific to the this soltion/project. This includes: +Your task is to ensure .NET/C# code in ${selection} meets the best practices specific to this solution/project. This includes: ## Documentation & Structure