diff --git a/src/Dapr.Common/Exceptions/DaprExtendedErrorDetail.cs b/src/Dapr.Common/Exceptions/DaprExtendedErrorDetail.cs index 0ed738c27..4b02e114c 100644 --- a/src/Dapr.Common/Exceptions/DaprExtendedErrorDetail.cs +++ b/src/Dapr.Common/Exceptions/DaprExtendedErrorDetail.cs @@ -71,7 +71,7 @@ public sealed record DaprRetryInfoDetail() : DaprExtendedErrorDetail(DaprExtende /// /// Further details relating to a quota violation. /// -/// The subject where the quota violation occured e.g and ip address or remote resource. +/// The subject where the quota violation occurred e.g and ip address or remote resource. /// Further information relating to the quota violation. public sealed record DaprQuotaFailureViolation(string Subject, string Description);