Skip to content

Commit 60726ca

Browse files
committed
Add missing spaces in scheduler
1 parent d3d5a44 commit 60726ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scheduler.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,10 @@ by adding one of these attributes to a service or a command:
436436
:class:`Symfony\\Component\\Scheduler\\Attribute\\AsCronTask`.
437437

438438
For both of these attributes, you have the ability to define the schedule to
439-
use via the ``schedule``option. By default, the ``default`` named schedule will
439+
use via the ``schedule`` option. By default, the ``default`` named schedule will
440440
be used. Also, by default, the ``__invoke`` method of your service will be called
441-
but, it's also possible to specify the method to call via the ``method``option
442-
and you can define arguments via ``arguments``option if necessary.
441+
but, it's also possible to specify the method to call via the ``method`` option
442+
and you can define arguments via ``arguments`` option if necessary.
443443

444444
.. _scheduler-attributes-cron-task:
445445

0 commit comments

Comments
 (0)