Skip to content

Commit 062e475

Browse files
committed
minor #16059 Typo fix : cace ➤ cache (Levure)
This PR was merged into the 4.4 branch. Discussion ---------- Typo fix : cace ➤ cache <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 0058d87 Typo fix : cace ➤ cache
2 parents 18dd793 + 0058d87 commit 062e475

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)