diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index 2aa716ae9fc..db6336e1ee6 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -353,7 +353,7 @@ to cache each of Doctrine ORM elements (queries, results, etc.): ->pool('doctrine.result_cache_pool') ->adapters('cache.app') ->pool('doctrine.system_cache_pool') - ->adapters('cache.sytsem'); + ->adapters('cache.system'); $doctrine->orm() // ...