From 0762981667ce14d3d972e327ea7bdb631ced438e Mon Sep 17 00:00:00 2001 From: Toni Peric Date: Thu, 1 Mar 2018 13:30:11 +0100 Subject: [PATCH] Typo fix --- components/cache/cache_pools.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/cache/cache_pools.rst b/components/cache/cache_pools.rst index 06b10d3884a..0257d2bafcd 100644 --- a/components/cache/cache_pools.rst +++ b/components/cache/cache_pools.rst @@ -175,10 +175,10 @@ its compatibe cache adapters (and those that do not implement ``PruneableInterfa silently ignored):: use Symfony\Component\Cache\Adapter\ApcuAdapter; - use Syfmony\Component\Cache\Adapter\ChainAdapter; - use Syfmony\Component\Cache\Adapter\FilesystemAdapter; - use Syfmony\Component\Cache\Adapter\PdoAdapter; - use Syfmony\Component\Cache\Adapter\PhpFilesAdapter; + use Symfony\Component\Cache\Adapter\ChainAdapter; + use Symfony\Component\Cache\Adapter\FilesystemAdapter; + use Symfony\Component\Cache\Adapter\PdoAdapter; + use Symfony\Component\Cache\Adapter\PhpFilesAdapter; $cache = new ChainAdapter(array( new ApcuAdapter(), // does NOT implement PruneableInterface