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']); };