From 90212129d55244283d10c31dd5aa58c0e5a32cea Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Wed, 31 Jul 2024 08:36:45 +0100 Subject: [PATCH] Fix typo --- lib/kamal/configuration/docs/env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/configuration/docs/env.yml b/lib/kamal/configuration/docs/env.yml index a62db94a..1de39c48 100644 --- a/lib/kamal/configuration/docs/env.yml +++ b/lib/kamal/configuration/docs/env.yml @@ -29,7 +29,7 @@ env: # To pass the secrets you should list them under the `secret` key. When you do this the # other variables need to be moved under the `clear` key. # -# Unlike clear valies, secrets are not passed directly to the container, +# Unlike clear values, secrets are not passed directly to the container, # but are stored in an env file on the host # The file is not updated when deploying, only when running `kamal env push`. env: