CHANGE: Fix typo in .NET best practices prompt

- Corrected "soltion" to "solution" in the prompt description.
This commit is contained in:
Daniel Scott-Raynsford 2025-07-07 13:45:25 +12:00
parent 9c06f34739
commit f655a16c90

View File

@ -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