Skip to content

Commit f16e17b

Browse files
committed
minor #20672 Add missing spaces in scheduler (Fan2Shrek)
This PR was merged into the 7.3 branch. Discussion ---------- Add missing spaces in scheduler This makes this paragraph more readable. :) Commits ------- 60726ca Add missing spaces in scheduler
2 parents 67fd89c + 60726ca commit f16e17b

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
@@ -418,10 +418,10 @@ by adding one of these attributes to a service or a command:
418418
:class:`Symfony\\Component\\Scheduler\\Attribute\\AsCronTask`.
419419

420420
For both of these attributes, you have the ability to define the schedule to
421-
use via the ``schedule``option. By default, the ``default`` named schedule will
421+
use via the ``schedule`` option. By default, the ``default`` named schedule will
422422
be used. Also, by default, the ``__invoke`` method of your service will be called
423-
but, it's also possible to specify the method to call via the ``method``option
424-
and you can define arguments via ``arguments``option if necessary.
423+
but, it's also possible to specify the method to call via the ``method`` option
424+
and you can define arguments via ``arguments`` option if necessary.
425425

426426
.. _scheduler-attributes-cron-task:
427427

0 commit comments

Comments
 (0)