From 0440deb6b5a51773772b14b5ff51b9204055ff08 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 26 Dec 2024 04:11:02 +0900 Subject: [PATCH] docs: Fix typo in README (#946) docs: update README.md `endpoints[].ui.badge.reponse-time` -> `endpoints[].ui.badge.response-time` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d1f12db..c24b2ac5 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ You can then configure alerts to be triggered when an endpoint is unhealthy once | `endpoints[].ui.hide-hostname` | Whether to hide the hostname in the result. | `false` | | `endpoints[].ui.hide-url` | Whether to ensure the URL is not displayed in the results. Useful if the URL contains a token. | `false` | | `endpoints[].ui.dont-resolve-failed-conditions` | Whether to resolve failed conditions for the UI. | `false` | -| `endpoints[].ui.badge.reponse-time` | List of response time thresholds. Each time a threshold is reached, the badge has a different color. | `[50, 200, 300, 500, 750]` | +| `endpoints[].ui.badge.response-time` | List of response time thresholds. Each time a threshold is reached, the badge has a different color. | `[50, 200, 300, 500, 750]` | ### External Endpoints