From 0058d87331a16f720233cdb15265db18b105a09b Mon Sep 17 00:00:00 2001 From: Bruno Baguette <1922257+Levure@users.noreply.github.com> Date: Tue, 2 Nov 2021 21:07:53 +0100 Subject: [PATCH] =?UTF-8?q?Typo=20fix=20:=20cace=20=E2=9E=A4=20cache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.rst b/cache.rst index cbfc178da54..6a096b714c5 100644 --- a/cache.rst +++ b/cache.rst @@ -371,7 +371,7 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or return function(ContainerConfigurator $configurator) { $services = $configurator->services(); - $services->set('app.cace.adapter.redis') + $services->set('app.cache.adapter.redis') ->parent('cache.adapter.redis') ->tag('cache.pool', ['namespace' => 'my_custom_namespace']); };