From de70adb99fd5ca2447206632c20a4d75faa79561 Mon Sep 17 00:00:00 2001 From: mackey0225 Date: Tue, 17 Sep 2024 03:25:24 +0900 Subject: [PATCH] Fix typo: depening -> depending --- caching-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caching-strategies.md b/caching-strategies.md index 48cb676..35ad372 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.