Skip to content

Commit a02ef30

Browse files
committed
minor #11351 [Cache] Fixed typos (Nyholm)
This PR was merged into the 3.4 branch. Discussion ---------- [Cache] Fixed typos Fixed typos from #11329 Commits ------- 540c62d [Cache] Fixed typos
2 parents 7700cab + 540c62d commit a02ef30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ these at the :doc:`component documentation </components/cache>`.
2828
Configuring Cache with FrameworkBundle
2929
--------------------------------------
3030

31-
When configuring the the cache component there are a few concepts you should know
31+
When configuring the cache component there are a few concepts you should know
3232
of:
3333

3434
**Pool**
@@ -398,9 +398,9 @@ Clearing the Cache
398398
------------------
399399

400400
To clear the cache you can use the ``bin/console cache:pool:clear [pool]`` command.
401-
That will remove all the entries from your storage and you wil have to recalcuate
401+
That will remove all the entries from your storage and you wil have to recalculate
402402
all values. You can also group your pools into "cache clearers". There are 3 cache
403-
clearer by default:
403+
clearers by default:
404404

405405
* ``cache.global_clearer``
406406
* ``cache.system_clearer``

0 commit comments

Comments
 (0)