Skip to content

Commit cf42588

Browse files
committed
Correct definition of a cron job and a task in scheduler
1 parent bd9e63e commit cf42588

File tree

1 file changed

+2
-1
lines changed
  • Documentation/Concepts/Backend/SystemModules

1 file changed

+2
-1
lines changed

Documentation/Concepts/Backend/SystemModules/Index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Cron jobs in Scheduler
8585
----------------------
8686

8787
The backend module called :ref:`TYPO3 Scheduler <typo3/cms-scheduler:start>` can
88-
be used to perform a cron job that you defined previously. In your terminal you
88+
be used to perform a task that you defined previously in the scheduler.
89+
The scheduler can be triggered by a cron job. In your terminal you
8990
can type
9091

9192
.. code-block:: shell

0 commit comments

Comments
 (0)