We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f341b7 commit acbadf5Copy full SHA for acbadf5
src/HealthChecks/Abstractions/src/HealthReport.cs
@@ -28,7 +28,7 @@ public HealthReport(IReadOnlyDictionary<string, HealthReportEntry> entries, Time
28
/// </summary>
29
/// <remarks>
30
/// The keys in this dictionary map the name of each executed health check to a <see cref="HealthReportEntry"/> for the
31
- /// result data retruned from the corresponding health check.
+ /// result data returned from the corresponding health check.
32
/// </remarks>
33
public IReadOnlyDictionary<string, HealthReportEntry> Entries { get; }
34
0 commit comments