fix typo from "retruned" to "returned" in HealthReport.Entries XML Comments (dotnet/extensions#2904)
\n\nCommit migrated from 31b8e7cc01
This commit is contained in:
parent
7f341b74e1
commit
acbadf5e7d
|
|
@ -28,7 +28,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
|
|||
/// </summary>
|
||||
/// <remarks>
|
||||
/// The keys in this dictionary map the name of each executed health check to a <see cref="HealthReportEntry"/> for the
|
||||
/// result data retruned from the corresponding health check.
|
||||
/// result data returned from the corresponding health check.
|
||||
/// </remarks>
|
||||
public IReadOnlyDictionary<string, HealthReportEntry> Entries { get; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue