From 6987ce4cdb908a0be5b7cd2df5a7d038acd99442 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 27 Nov 2022 12:02:00 +0100 Subject: [PATCH] Fix typos in README.adoc --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index fcd261b..a68c88b 100644 --- a/README.adoc +++ b/README.adoc @@ -26,11 +26,11 @@ url = "https://app.example.com/actuator/health" check_type = "Actuator" ---- -Each host or application to be checked constists of `name` and `url`. +Each host or application to be checked consists of `name` and `url`. You can optionally specify `check_type`: -* `Html`: Default value, checks if a request is succeessful and returns HTTP OK - 200. +* `Html`: Default value, checks if a request is successful and returns HTTP OK - 200. * `Actuator`: Like `Html`, but checks if _Actuator_ shows that the application is up and running. To use more than one configuration, pass the config file location as first argument to the application. @@ -57,7 +57,7 @@ The color configuration is optional. If used, all colors must be specified. === Execute commands You can also specify a command to be executed when a mouse click occurs on a checked host. -Use `click_cmd` to specifiy the command to be executed, e.g. +Use `click_cmd` to specify the command to be executed, e.g. ---- ...