diff --git a/src/HealthChecks/Abstractions/src/HealthReport.cs b/src/HealthChecks/Abstractions/src/HealthReport.cs index 1dacff45e3..6a796b0d82 100644 --- a/src/HealthChecks/Abstractions/src/HealthReport.cs +++ b/src/HealthChecks/Abstractions/src/HealthReport.cs @@ -28,7 +28,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks /// /// /// The keys in this dictionary map the name of each executed health check to a for the - /// result data retruned from the corresponding health check. + /// result data returned from the corresponding health check. /// public IReadOnlyDictionary Entries { get; }