Skip to content

Commit db2c002

Browse files
committed
Fixed event listeners priority (typos after review)
1 parent 13b5645 commit db2c002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/dic_tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ To register your warmer with Symfony, give it the ``kernel.cache_warmer`` tag:
461461
;
462462
463463
The ``priority`` value is optional, and defaults to 0. The core Symfony
464-
listeners priorities varies from -1024 to 1024, and the warmers will be
464+
listeners priorities vary from -1024 to 1024 and the warmers will be
465465
executed in the order of their priority.
466466
467467
.. _dic-tags-kernel-event-listener:

0 commit comments

Comments
 (0)