From ac01a44a48d0426342f8cb06032bb3791f6f5153 Mon Sep 17 00:00:00 2001 From: Gen Whitt <107279666+genwhittTTD@users.noreply.github.com> Date: Sun, 4 May 2025 17:11:25 -0400 Subject: [PATCH] edits to some headings x 2 (#22563) ## Description Update to additional headings: just one. General comment: best to steer away from gerunds (-ing ending) in headings. Most of the headings are not that, so, consistency is best. ## Related issues or tickets Issue 22559, second PR on that issues. ## Reviews To Sarah Sanders for review. --- data/engine-cli/docker_image_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/engine-cli/docker_image_build.yaml b/data/engine-cli/docker_image_build.yaml index 2c7c1f28d4..eb62cfecb3 100644 --- a/data/engine-cli/docker_image_build.yaml +++ b/data/engine-cli/docker_image_build.yaml @@ -51,7 +51,7 @@ long: |- file to exclude files and directories that you don't require in your build from being sent as part of the build context. - #### Accessing paths outside the build context + #### Access paths outside the build context The legacy builder will error out if you try to access files outside of the build context using relative paths in your Dockerfile.