Skip to content

Commit 8ec16a3

Browse files
authored
Fix spelling of which_occurrent in REFERENCE.md
1 parent 4c03ce0 commit 8ec16a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

REFERENCE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ Examples:
167167

168168
# Run on the first _Saturday_ of every month at 7:00AM
169169
trigger => {
170-
'schedule' => 'monthly',
171-
'start_time' => '07:00',
172-
'day_of_week' => 'sat', # Specify the day of the week to trigger on
173-
'which_occurence' => 'first' # Specify which occurance to trigger on, up to fifth
170+
'schedule' => 'monthly',
171+
'start_time' => '07:00',
172+
'day_of_week' => 'sat', # Specify the day of the week to trigger on
173+
'which_occurrence' => 'first' # Specify which occurrence to trigger on, up to fifth
174174
}
175175

176176
# Run on boot, then once per hour for 12 hours

0 commit comments

Comments
 (0)