From 80cccea9959b130de30872ebc58c26bfaaebf87f Mon Sep 17 00:00:00 2001 From: Terence Lee Date: Thu, 20 Mar 2025 11:30:02 -0500 Subject: [PATCH] Update text/0000-execution-environments.md Co-authored-by: Rune Soerensen Signed-off-by: Terence Lee --- text/0000-execution-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-execution-environments.md b/text/0000-execution-environments.md index 81f64a2..7119190 100644 --- a/text/0000-execution-environments.md +++ b/text/0000-execution-environments.md @@ -74,7 +74,7 @@ In order to support additional execution environments an `exec-env` key will be ### Project Descriptor - `project.toml` (App Developers) -An app developer may have execution environment configuration like only using a metrics agent in production or headless user agent needs in test. In order to facilitate these needs, the project descriptor will be extended by adding `exec-env` to the following tables: +An app developer may have execution environment specific configuration, like only using a metrics agent in production, or a headless user agent in test. In order to facilitate these needs, the project descriptor will be extended by adding `exec-env` to the following tables: * `[[io.buildpacks.group]]` * `[[io.buildpacks.pre.group]]`