Skip to content

Commit d50c1d4

Browse files
authored
s/sytsem/system
1 parent 19e4c7c commit d50c1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ to cache each of Doctrine ORM elements (queries, results, etc.):
353353
->pool('doctrine.result_cache_pool')
354354
->adapters('cache.app')
355355
->pool('doctrine.system_cache_pool')
356-
->adapters('cache.sytsem');
356+
->adapters('cache.system');
357357
358358
$doctrine->orm()
359359
// ...

0 commit comments

Comments
 (0)