Skip to content

Commit fadd452

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Typo fix : failes ➤ fails Typo fix : cace ➤ cache
2 parents d35f15f + 062e475 commit fadd452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_build/maintainer_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ Merging while the target branch changed
356356
.......................................
357357

358358
Sometimes, someone else merges a PR in ``5.x`` at the same time as you are
359-
doing it. In these cases, ``gh merge ...`` failes to push. Solve this by
359+
doing it. In these cases, ``gh merge ...`` fails to push. Solve this by
360360
resetting your local branch and restarting the merge:
361361

362362
.. code-block:: terminal

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)