We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1322ffd commit 54a1e62Copy full SHA for 54a1e62
components/cache/cache_pools.rst
@@ -179,7 +179,7 @@ allowing manual removal of stale cache items::
179
180
The :ref:`ChainAdapter <component-cache-chain-adapter>` implementation does not directly
181
contain any pruning logic itself. Instead, when calling the chain adapter's
182
-:method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method, the call is deligated to all
+:method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method, the call is delegated to all
183
its compatibe cache adapters (and those that do not implement ``PruneableInterface`` are
184
silently ignored)::
185
0 commit comments