From d4d7e4a68529352e9bb59508cf3d130d49417529 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 10 Jan 2024 07:49:42 -0800 Subject: [PATCH] chore(docs): Fix proofreading mistake in v0.35.0 upgrade guide (#19551) Suggested by https://github.com/vectordotdev/vector/pull/19528#pullrequestreview-1809625932 Signed-off-by: Jesse Szwedko --- .../content/en/highlights/2023-12-19-0-35-0-upgrade-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/highlights/2023-12-19-0-35-0-upgrade-guide.md b/website/content/en/highlights/2023-12-19-0-35-0-upgrade-guide.md index 80330c63c2fc2..d0a733214adbe 100644 --- a/website/content/en/highlights/2023-12-19-0-35-0-upgrade-guide.md +++ b/website/content/en/highlights/2023-12-19-0-35-0-upgrade-guide.md @@ -65,8 +65,8 @@ The `requests_completed_total`, `request_duration_seconds`, and `requests_receiv Vector has the ability to [interpolate environment variables into its configuration](/docs/reference/configuration/#environment-variables) as a means of templating -configuration. Currently, if an environment variable is undefined (unless the `?` interpolation -syntax is used) Vector outputs a warning and replaces the environment variable with an empty string. +configuration. Currently, if an environment variable is undefined, unless the `?` interpolation +syntax is used, Vector outputs a warning and replaces the environment variable with an empty string. In a future release , this will change from a warning to a hard error. This behavior can be opted into earlier by using the `--strict-env-vars` flag (or `VECTOR_STRICT_ENV_VARS` environment variable) when running Vector.