Skip to content

Commit 6466849

Browse files
MaherJendoubiTratcher
authored andcommitted
Contributing: fixed some typos (dotnet/extensions#2886)
\n\nCommit migrated from dotnet/extensions@6a4a190
1 parent 67e8f61 commit 6466849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HealthChecks/HealthChecks/src/DefaultHealthCheckService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private async Task<HealthReportEntry> RunCheckAsync(IServiceScope scope, HealthC
122122
var duration = stopwatch.GetElapsedTime();
123123
entry = new HealthReportEntry(
124124
status: HealthStatus.Unhealthy,
125-
description: "A timeout occured while running check.",
125+
description: "A timeout occurred while running check.",
126126
duration: duration,
127127
exception: ex,
128128
data: null);

0 commit comments

Comments
 (0)