From acbadf5e7d0b4cd1ae6061ba2e06642f16a54e15 Mon Sep 17 00:00:00 2001 From: Nicholas P Nelson Date: Mon, 27 Jan 2020 12:09:29 -0500 Subject: [PATCH] fix typo from "retruned" to "returned" in HealthReport.Entries XML Comments (dotnet/extensions#2904) \n\nCommit migrated from https://github.com/dotnet/extensions/commit/31b8e7cc01fcb48eca7526c7d8db793493dd58b4 --- src/HealthChecks/Abstractions/src/HealthReport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }