Skip to content

Commit 23b89f6

Browse files
OskarStarkxabbuh
authored andcommitted
minor #21234 Typo s/sytsem/system (PhilETaylor)
This PR was merged into the 7.3 branch. Discussion ---------- Typo s/sytsem/system Simple typo fix Commits ------- d50c1d4 s/sytsem/system
1 parent 840bff0 commit 23b89f6

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)