From 26f41ef21d5d33b1ad9265e241d2ecec055dffe0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 25 Jan 2021 09:39:22 +0100 Subject: [PATCH] Update .changeset/happy-crabs-punch.md Co-authored-by: Adam Harvey --- .changeset/happy-crabs-punch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/happy-crabs-punch.md b/.changeset/happy-crabs-punch.md index 74ac9d21f3..4c68dbea1a 100644 --- a/.changeset/happy-crabs-punch.md +++ b/.changeset/happy-crabs-punch.md @@ -2,7 +2,7 @@ '@backstage/config-loader': patch --- -Added support for environment variable substitutions in string configuration values using a `${VAR}` placeholder. All environment variables much be available, or the entire expression will be evaluated to `undefined`. To escape a substitution, use `$${...}`, which will end up as `${...}`. +Added support for environment variable substitutions in string configuration values using a `${VAR}` placeholder. All environment variables must be available, or the entire expression will be evaluated to `undefined`. To escape a substitution, use `$${...}`, which will end up as `${...}`. For example: