fix typo from "retruned" to "returned" in HealthReport.Entries XML Comments (dotnet/extensions#2904)

\n\nCommit migrated from 31b8e7cc01
This commit is contained in:
Nicholas P Nelson 2020-01-27 12:09:29 -05:00 committed by Kevin Pilch
parent 7f341b74e1
commit acbadf5e7d
1 changed files with 1 additions and 1 deletions

View File

@ -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; }