From da6b2051fda145a90745dc212247c1181f78cb05 Mon Sep 17 00:00:00 2001
From: Adam Dinwoodie <me-and@users.noreply.github.com>
Date: Sat, 24 Dec 2022 18:50:25 +0000
Subject: [PATCH] Fix formatting error in restore/README.md

---
 restore/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/restore/README.md b/restore/README.md
index 0c60cc2..e6592d6 100644
--- a/restore/README.md
+++ b/restore/README.md
@@ -120,7 +120,7 @@ steps:
 
 #### Reusing primary key and restored key in the save action
 
-Usually you may want to use same `key` in both actions/cache/restore` and `actions/cache/save` action. To achieve this, use `outputs` from the restore action to reuse the same primary key (or the key of the cache that was restored).
+Usually you may want to use same `key` in both `actions/cache/restore` and `actions/cache/save` action. To achieve this, use `outputs` from the restore action to reuse the same primary key (or the key of the cache that was restored).
 
 #### Using restore action outputs to make save action behave just like the cache action