From e2759df3d6642c61dcc35ed102a832ca51245a40 Mon Sep 17 00:00:00 2001 From: Red Daly Date: Thu, 5 Jan 2023 00:33:01 -0800 Subject: [PATCH] Tiny grammar fix in output-directories.md "All actions can access its" -> "Every action can access its" Closes #17100. PiperOrigin-RevId: 499747236 Change-Id: Ibbed9d2b76f172e8557f4135f541bd7f293732aa --- site/en/remote/output-directories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/remote/output-directories.md b/site/en/remote/output-directories.md index 55264b92af0c8f..7a3965819b175e 100644 --- a/site/en/remote/output-directories.md +++ b/site/en/remote/output-directories.md @@ -100,7 +100,7 @@ The directories are laid out as follows: actions run in a directory that mimics execroot. Implementation details, such as where the directories are created, are intentionally hidden from the action. - All actions can access its inputs and outputs relative + Every action can access its inputs and outputs relative to the execroot directory. <workspace-name>/ <== Working tree for the Bazel build & root of symlink forest: execRoot _bin/ <== Helper tools are linked from or copied to here.