From a88f332eb2dd9e965970ab6f9cf05fe4ae2a3a11 Mon Sep 17 00:00:00 2001
From: Sampark Sharma <phantsure@github.com>
Date: Thu, 5 Jan 2023 11:03:51 +0000
Subject: [PATCH] Address review comments

---
 restore/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/restore/action.yml b/restore/action.yml
index 2160a1c..8989197 100644
--- a/restore/action.yml
+++ b/restore/action.yml
@@ -12,7 +12,7 @@ inputs:
     description: 'An ordered list of keys to use for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.'
     required: false
   enableCrossOsArchive:
-    description: 'An optional boolean when enabled, allows windows runners to restore caches that may be saved on other platforms'
+    description: 'An optional boolean when enabled, allows windows runners to restore caches that were saved on other platforms'
     default: 'false'
     required: false
 outputs: