From 18a1208a3bf29ae3340608fecda119a749f9dd49 Mon Sep 17 00:00:00 2001 From: Hanan Younes Date: Fri, 25 Oct 2024 21:16:58 -0400 Subject: [PATCH] adds minor update Signed-off-by: Hanan Younes --- .../for-platform-operators/how-to/build-inputs/build-env.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/for-platform-operators/how-to/build-inputs/build-env.md b/content/docs/for-platform-operators/how-to/build-inputs/build-env.md index 59a2e0dfc..11914f814 100644 --- a/content/docs/for-platform-operators/how-to/build-inputs/build-env.md +++ b/content/docs/for-platform-operators/how-to/build-inputs/build-env.md @@ -3,7 +3,7 @@ title="Specify the build time environment variables" weight=4 +++ -Environment variables are used to configure buildpack behavior. They may be specified by: +`Environment variables` are used to configure buildpack behavior. They may be specified by: * The platform operator (this page) * The end user (see [Customize buildpack behavior with build-time environment variables][end user]) @@ -11,9 +11,9 @@ Environment variables are used to configure buildpack behavior. They may be spec -When more than one entity specifies the same environment variable, the order of precedence is as shown above, with the platform operator having ultimate say over what the final value of the variable will be. +When more than one entity specifies the same `environment variable`, the order of precedence is as shown above, with the platform operator having ultimate say over what the final value of the variable will be. -The platform operator specifies environment variables in a manner that is very similar to buildpacks (see XXX), but with a few differences. Namely: +The platform operator specifies `environment variables` in a manner that is very similar to buildpacks (see XXX), but with a few differences. Namely: * The env directory is `/cnb/build-config` * When no suffix is provided, the modification behavior is `default`