From 60726ca2729218286082d64c6b4fd3f10c55bf07 Mon Sep 17 00:00:00 2001 From: Pierre Ambroise Date: Thu, 20 Feb 2025 08:49:25 +0100 Subject: [PATCH] Add missing spaces in scheduler --- scheduler.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scheduler.rst b/scheduler.rst index 5bac82d98ae..271117f97dc 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -436,10 +436,10 @@ by adding one of these attributes to a service or a command: :class:`Symfony\\Component\\Scheduler\\Attribute\\AsCronTask`. For both of these attributes, you have the ability to define the schedule to -use via the ``schedule``option. By default, the ``default`` named schedule will +use via the ``schedule`` option. By default, the ``default`` named schedule will be used. Also, by default, the ``__invoke`` method of your service will be called -but, it's also possible to specify the method to call via the ``method``option -and you can define arguments via ``arguments``option if necessary. +but, it's also possible to specify the method to call via the ``method`` option +and you can define arguments via ``arguments`` option if necessary. .. _scheduler-attributes-cron-task: