From 9230b19200b55ef437d00053112315442661a5bc Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 6 Apr 2022 11:30:02 -0600 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1759c8..2c01a04 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ cache-disabled: true ### Cache keys -For distributions downloaded to satisfy a `gradle-version` parametere are stored outside of Gradle User Home and cached separately. The cache key is unique to the downloaded distribution and will not change over time. +Distributions downloaded to satisfy a `gradle-version` parameter are stored outside of Gradle User Home and cached separately. The cache key is unique to the downloaded distribution and will not change over time. The state of the Gradle User Home and configuration-cache are highly dependent on the Gradle execution, so the cache key is composed of the current commit hash and the GitHub actions job id. As such, the cache key is likely to change on each subsequent run of GitHub actions.