From cf7a75e7b9330700f4a055e401fe624394469d0f Mon Sep 17 00:00:00 2001 From: mackey0225 Date: Fri, 4 Oct 2024 03:56:27 +0900 Subject: [PATCH] Fix typo: depening -> depending (#1462) Co-authored-by: Josh Gross --- caching-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caching-strategies.md b/caching-strategies.md index 94e5ae7..86ae37c 100644 --- a/caching-strategies.md +++ b/caching-strategies.md @@ -81,7 +81,7 @@ On similar lines, commit sha can be used to create a very specialized and short key: cache-${{ github.sha }} ``` -### Using multiple factors while forming a key depening on the need +### Using multiple factors while forming a key depending on the need Cache key can be formed by combination of more than one metadata, evaluated info.