From e6ce2ef9a1f6c162d7e20a4410492e3e0af78128 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 24 May 2021 18:13:48 +0200 Subject: [PATCH] Grammar, clarity, etc. Signed-off-by: Eric Peterson --- docs/overview/architecture-overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index 1098a3f5f9..af46a8c830 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -190,10 +190,10 @@ databases are supported, plugins receive logically separated cache connections, which are powered by [Keyv](https://github.com/lukechilds/keyv) under the hood. At this time of writing, Backstage can be configured to use one of two cache -stores: memory, which is mainly used for local testing, and memcache, which is -is a cache store better suited for production deployment. The right cache store -for your Backstage instance will depend on your own run-time constraints and -those specified by the plugins you're running. +stores: memory, which is mainly used for local testing, and memcache, which is a +cache store better suited for production deployment. The right cache store for +your Backstage instance will depend on your own run-time constraints and those +required of the plugins you're running. Contributions supporting other cache stores are welcome!