Grammar, clarity, etc.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-05-24 18:13:48 +02:00
parent 85d1398d1c
commit e6ce2ef9a1
+4 -4
View File
@@ -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!