Skip to content

Commit 4a89412

Browse files
committed
Minor fix
1 parent 95b2026 commit 4a89412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Then, define the trigger date/time using the same syntax as the
168168

169169
RecurringMessage::cron('* * * * *', new Message());
170170

171-
You can also used some special values that represent common cron expressions:
171+
You can also use some special values that represent common cron expressions:
172172

173173
* ``#yearly``, ``#annually`` - Run once a year, midnight, Jan. 1 - ``0 0 1 1 *``
174174
* ``#monthly`` - Run once a month, midnight, first of month - ``0 0 1 * *``

0 commit comments

Comments
 (0)