From 263670c65f4a6d9309957b47abb917b418017681 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Sun, 10 May 2026 17:41:14 -0700 Subject: [PATCH] Fix typo: occured -> occurred Signed-off-by: SAY-5 --- .../en/developing-applications/error-codes/errors-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/error-codes/errors-overview.md b/daprdocs/content/en/developing-applications/error-codes/errors-overview.md index b66ce4bcb0f..84efaff29c8 100644 --- a/daprdocs/content/en/developing-applications/error-codes/errors-overview.md +++ b/daprdocs/content/en/developing-applications/error-codes/errors-overview.md @@ -6,7 +6,7 @@ weight: 10 description: "Overview of Dapr errors" --- -An error code is a numeric or alphanumeric code that indicates the nature of an error and, when possible, why it occured. +An error code is a numeric or alphanumeric code that indicates the nature of an error and, when possible, why it occurred. Dapr error codes are standardized strings for over 80+ common errors across HTTP and gRPC requests when using the Dapr APIs. These codes are both: - Returned in the JSON response body of the request.