Skip to content

Commit 0058d87

Browse files
authored
Typo fix : cace ➤ cache
1 parent c664836 commit 0058d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
371371
return function(ContainerConfigurator $configurator) {
372372
$services = $configurator->services();
373373
374-
$services->set('app.cace.adapter.redis')
374+
$services->set('app.cache.adapter.redis')
375375
->parent('cache.adapter.redis')
376376
->tag('cache.pool', ['namespace' => 'my_custom_namespace']);
377377
};

0 commit comments

Comments
 (0)