Fix typo\n\nCommit migrated from 6df967b79a

This commit is contained in:
Leandro López 2019-08-29 10:22:41 -03:00 committed by Ryan Nowak
parent 7caa7ceb1c
commit b4304367f9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
/// <summary>
/// Gets a <see cref="HealthStatus"/> representing the aggregate status of all the health checks. The value of <see cref="Status"/>
/// will be the most servere status reported by a health check. If no checks were executed, the value is always <see cref="HealthStatus.Healthy"/>.
/// will be the most severe status reported by a health check. If no checks were executed, the value is always <see cref="HealthStatus.Healthy"/>.
/// </summary>
public HealthStatus Status { get; }