Skip to content

Commit acbadf5

Browse files
Nicholas P NelsonPilchie
authored andcommitted
fix typo from "retruned" to "returned" in HealthReport.Entries XML Comments (dotnet/extensions#2904)
\n\nCommit migrated from dotnet/extensions@31b8e7c
1 parent 7f341b7 commit acbadf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HealthChecks/Abstractions/src/HealthReport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public HealthReport(IReadOnlyDictionary<string, HealthReportEntry> entries, Time
2828
/// </summary>
2929
/// <remarks>
3030
/// 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.
31+
/// result data returned from the corresponding health check.
3232
/// </remarks>
3333
public IReadOnlyDictionary<string, HealthReportEntry> Entries { get; }
3434

0 commit comments

Comments
 (0)