Contributing: fixed some typos (dotnet/extensions#2886)

\n\nCommit migrated from 6a4a1907d4
This commit is contained in:
Maher Jendoubi 2020-01-21 17:18:46 +01:00 committed by Chris Ross
parent 67e8f617d2
commit 64668496e5
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
var duration = stopwatch.GetElapsedTime();
entry = new HealthReportEntry(
status: HealthStatus.Unhealthy,
description: "A timeout occured while running check.",
description: "A timeout occurred while running check.",
duration: duration,
exception: ex,
data: null);