From 362f5d00f607834880896cfd1887f0009fa624bf Mon Sep 17 00:00:00 2001 From: Matt Layman Date: Sat, 31 Aug 2024 23:29:30 -0400 Subject: [PATCH 1/2] Fix typos in "Environment variables" docs. --- lib/kamal/configuration/docs/env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kamal/configuration/docs/env.yml b/lib/kamal/configuration/docs/env.yml index 3c661c70..0ca2bfa9 100644 --- a/lib/kamal/configuration/docs/env.yml +++ b/lib/kamal/configuration/docs/env.yml @@ -1,7 +1,7 @@ # Environment variables # -# Environment variables can be set directory in the Kamal configuration or -# for loaded from a .env file, for secrets that should not be checked into Git. +# Environment variables can be set directly in the Kamal configuration or +# loaded from a .env file, for secrets that should not be checked into Git. # Reading environment variables from the configuration # From 5cda3086c4d70a5d9eb2c28cc2720dfbfd0c56b9 Mon Sep 17 00:00:00 2001 From: Matt Layman Date: Sat, 31 Aug 2024 23:38:28 -0400 Subject: [PATCH 2/2] Found a typo in the healthcheck docs. --- lib/kamal/configuration/docs/healthcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/configuration/docs/healthcheck.yml b/lib/kamal/configuration/docs/healthcheck.yml index e29771f5..3c55d5dd 100644 --- a/lib/kamal/configuration/docs/healthcheck.yml +++ b/lib/kamal/configuration/docs/healthcheck.yml @@ -3,7 +3,7 @@ # On roles that are running Traefik, Kamal will supply a default healthcheck to `docker run`. # For other roles, by default no healthcheck is supplied. # -# If no healthcheck is supplied and the image does not define one, they we wait for the container +# If no healthcheck is supplied and the image does not define one, then we wait for the container # to reach a running state and then pause for the readiness delay. # # The default healthcheck is `curl -f http://localhost:/`, so it assumes that `curl`