Contributing: fixed some typos (dotnet/extensions#2886)
\n\nCommit migrated from 6a4a1907d4
This commit is contained in:
parent
67e8f617d2
commit
64668496e5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue