From 01483140f56a272d60fe7dae94ebe7ea2136b766 Mon Sep 17 00:00:00 2001 From: Jberczel Date: Wed, 3 May 2023 14:16:02 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ae2121c..375a9023 100644 --- a/README.md +++ b/README.md @@ -714,7 +714,7 @@ servers: The healthcheck allows for an optional `max_attempts` setting, which will attempt the healthcheck up to the specified number of times before failing the deploy. This is useful for applications that take a while to start up. The default is 7. -Note that the HTTP health checks assume that the `curl` command is avilable inside the container. If that's not the case, use the healthcheck's `cmd` option to specify an alternative check that the container supports. +Note: The HTTP health checks assume that the `curl` command is available inside the container. If that's not the case, use the healthcheck's `cmd` option to specify an alternative check that the container supports. ## Commands