From d6fc264a99873757add18517552767708f8949ac Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:19:41 +0100 Subject: [PATCH] typo --- router/src/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router/src/server.rs b/router/src/server.rs index 31151f3b..dd1ca9d8 100644 --- a/router/src/server.rs +++ b/router/src/server.rs @@ -28,7 +28,7 @@ use utoipa_swagger_ui::SwaggerUi; async fn health(infer: Extension) -> Result<(), (StatusCode, Json)> { // TODO: while this is the best health check we can do, it is a bit on the heavy side and might // be a bit too slow for a health check. - // What we should do instead if check if the gRPC channels are still healthy. + // What we should do instead is check if the gRPC channels are still healthy. // Send a small inference request infer