From faf0e5ea37b67a7454ea4e95fade2490324e0026 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 07:04:50 -0400 Subject: [PATCH] Correct spelling & grammar in 4.4 cache.rst --- cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.rst b/cache.rst index 6a096b714c5..9982c33a7cf 100644 --- a/cache.rst +++ b/cache.rst @@ -49,7 +49,7 @@ of: An adapter is a *template* that you use to create pools. **Provider** A provider is a service that some adapters use to connect to the storage. - Redis and Memcached are example of such adapters. If a DSN is used as the + Redis and Memcached are examples of such adapters. If a DSN is used as the provider then a service is automatically created. There are two pools that are always enabled by default. They are ``cache.app`` and