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