From 9a25d92bd5f177d24de35a4b662248234c37af4d Mon Sep 17 00:00:00 2001 From: Patrick Balestra Date: Wed, 20 Jul 2022 20:48:23 -0700 Subject: [PATCH] [Docs] Fix typo in glossary docs Just a small fix in the docs. Closes #15794. PiperOrigin-RevId: 462291377 Change-Id: I2157653bb75ba98878a6363bb1d1c407826088b4 --- site/en/reference/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/reference/glossary.md b/site/en/reference/glossary.md index a878c3347f4951..0f210fea4d4427 100644 --- a/site/en/reference/glossary.md +++ b/site/en/reference/glossary.md @@ -37,7 +37,7 @@ actual work builds do. ### Action key {:#action-key} The cache key of an [action](#action). Computed based on action metadata, which -might include the command to be execution in the action, compiler flags, library +might include the command to be executed in the action, compiler flags, library locations, or system headers, depending on the action. Enables Bazel to cache or invalidate individual actions deterministically.