Merge pull request #920 from mblayman/env-docs-typos

Fix typos in "Environment variables" docs.
This commit is contained in:
David Heinemeier Hansson
2024-09-01 14:22:15 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Environment variables # Environment variables
# #
# Environment variables can be set directory in the Kamal configuration or # Environment variables can be set directly in the Kamal configuration or
# for loaded from a .env file, for secrets that should not be checked into Git. # loaded from a .env file, for secrets that should not be checked into Git.
# Reading environment variables from the configuration # Reading environment variables from the configuration
# #

View File

@@ -3,7 +3,7 @@
# On roles that are running Traefik, Kamal will supply a default healthcheck to `docker run`. # On roles that are running Traefik, Kamal will supply a default healthcheck to `docker run`.
# For other roles, by default no healthcheck is supplied. # 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. # to reach a running state and then pause for the readiness delay.
# #
# The default healthcheck is `curl -f http://localhost:<port>/<path>`, so it assumes that `curl` # The default healthcheck is `curl -f http://localhost:<port>/<path>`, so it assumes that `curl`