From 7b77a174cb95e9a48c9b75e6c7148b9d3ab59e87 Mon Sep 17 00:00:00 2001 From: Mark Davis <311063+markdav-is@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:07:24 -0700 Subject: [PATCH] Update instructions/oqtane.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- instructions/oqtane.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/oqtane.instructions.md b/instructions/oqtane.instructions.md index fbc06de..95300d6 100644 --- a/instructions/oqtane.instructions.md +++ b/instructions/oqtane.instructions.md @@ -8,7 +8,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css' - Write idiomatic and efficient Blazor and C# code. - Follow .NET and Blazor conventions. - Use Razor Components appropriately for component-based UI development. -- Use Balzor Components appropriately for component-based UI development. +- Use Blazor Components appropriately for component-based UI development. - Prefer inline functions for smaller components but separate complex logic into code-behind or service classes. - Async/await should be used where applicable to ensure non-blocking UI operations.