Fix typos in "Environment variables" docs.

This commit is contained in:
Matt Layman
2024-08-31 23:29:30 -04:00
parent 6adf3c117f
commit 362f5d00f6

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
# #