From e7f3e4d8392c5ca15a9a4393e2b35edcd706f8dd Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 29 Jun 2022 13:50:03 +0200 Subject: [PATCH] Fix typo in README.md exising -> existing Signed-off-by: SIMULATAN --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ea03c3..f0f7325 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Note that this setting will also prevent certain cache operations from running i ### Optimizing cache effectiveness -Cache storage space for GitHub actions is limited, and writing new cache entries can trigger the deletion of exising entries. +Cache storage space for GitHub actions is limited, and writing new cache entries can trigger the deletion of existing entries. Eviction of shared cache entries can reduce cache effectiveness, slowing down your `gradle-build-action` steps. There are a number of actions you can take if your cache use is less effective due to entry eviction.