Skip to content

Commit d2830a2

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: minor #21234 Typo s/sytsem/system (PhilETaylor)
2 parents 1816dc8 + 23b89f6 commit d2830a2

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)