From 801643ab16285d1a64f1691e33a5dd6ecfc2303a Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Mon, 30 Jan 2023 20:19:56 -0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc9517..6441c9f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package implements a Google Cloud Storage-backed distributed cache for [Nrwl Nx](https://nx.dev/) monorepos. -The distributed cache allows one or more developpers, including CI/CD +The distributed cache allows one or more developers, including CI/CD pipelines to share the same task cache, allowing one to not run a task already ran by someone else when the code did not changed.