From aff68835b048b7f7b02c09998d9dd69db71ab718 Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:57:27 +0300 Subject: [PATCH] tiny fix --- .../Community-Articles/2022-11-27-gRPC-Health-Checks/POST.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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