From 3168e93730e8e39283c99690b148d5bec529c8e4 Mon Sep 17 00:00:00 2001 From: Derek Bender Date: Fri, 18 Sep 2020 11:52:37 -0500 Subject: [PATCH] fix typo in healthcheck README.md (#10518) --- docs/metrics/healthcheck/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics/healthcheck/README.md b/docs/metrics/healthcheck/README.md index 2028587ff..6623daed8 100644 --- a/docs/metrics/healthcheck/README.md +++ b/docs/metrics/healthcheck/README.md @@ -55,7 +55,7 @@ Date: Tue, 21 Jul 2020 00:36:14 GMT ``` #### Checking cluster health for maintenance -You may query the cluster probe endpoint to check if the node which received the request can be taken down for maintenance, if the server replies back '412 Precondition Failed' this means you will loose HA. '200 OK' means you are okay to proceed. +You may query the cluster probe endpoint to check if the node which received the request can be taken down for maintenance, if the server replies back '412 Precondition Failed' this means you will lose HA. '200 OK' means you are okay to proceed. ``` curl http://minio1:9001/minio/health/cluster?maintenance=true