diff --git a/prompts/csharp-docs.prompt.md b/prompts/csharp-docs.prompt.md index 5d4c6c2..43bffa2 100644 --- a/prompts/csharp-docs.prompt.md +++ b/prompts/csharp-docs.prompt.md @@ -21,4 +21,4 @@ description: 'Ensure that C# types are documented with XML comments and follow b - Use `` to reference type parameters in documentation. - Use `` for inline code snippets. - Use `` for code blocks. -- Use `` for languange specific keywords like `null`, `true`, `false`, `int`, `bool`, etc. +- Use `` for language specific keywords like `null`, `true`, `false`, `int`, `bool`, etc.