From d6432691028bb2afdc804f193c2a1511d57afc84 Mon Sep 17 00:00:00 2001 From: Mark Davis <311063+markdav-is@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:10:30 -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 83f353a..dd8d9bc 100644 --- a/instructions/oqtane.instructions.md +++ b/instructions/oqtane.instructions.md @@ -40,7 +40,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css' ## Error Handling and Validation - Implement proper error handling for Blazor pages and API calls. -- Use built-in Oqtane logging methonds from base classes. +- Use built-in Oqtane logging methods from base classes. - Use logging for error tracking in the backend and consider capturing UI-level errors in Blazor with tools like ErrorBoundary. - Implement validation using FluentValidation or DataAnnotations in forms.