diff --git a/docs/en/Community-Articles/2022-11-27-gRPC-Health-Checks/POST.md b/docs/en/Community-Articles/2022-11-27-gRPC-Health-Checks/POST.md index ce2ed939ac..70bcb15e38 100644 --- a/docs/en/Community-Articles/2022-11-27-gRPC-Health-Checks/POST.md +++ b/docs/en/Community-Articles/2022-11-27-gRPC-Health-Checks/POST.md @@ -40,7 +40,7 @@ public override void ConfigureServices(ServiceConfigurationContext context) .AddCheck("SampleHealthCheck", () => HealthCheckResult.Healthy()); } ``` -* `MapGrpcHealthChecksService` to add a health checks service endpoint. +* `MapGrpcHealthChecksService` to add a health check service endpoint. ```csharp public override void OnApplicationInitialization(ApplicationInitializationContext context) @@ -70,4 +70,4 @@ Console.WriteLine($"Health Status: {status}"); ## References -- https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-7.0?view=aspnetcore-7.0#grpc-health-checks-in-aspnet-core \ No newline at end of file +- https://learn.microsoft.com/en-us/aspnet/core/release-notes/aspnetcore-7.0?view=aspnetcore-7.0#grpc-health-checks-in-aspnet-core