Fix sample typo

Fix typo in sample comment.
This commit is contained in:
martincostello 2018-08-26 11:12:54 +01:00 committed by Pranav K
parent 5c8b549882
commit fc7fa4f0f0
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace HealthChecksSample
// The readiness check uses all of the registered health checks (default)
app.UseHealthChecks("/health/ready");
// The liveness check uses an 'identity' health check that always returns healty
// The liveness check uses an 'identity' health check that always returns healthy
app.UseHealthChecks("/health/live", new HealthCheckOptions()
{
// Filters the set of health checks run by this middleware