Skip to content

Commit 1e44939

Browse files
rychanneljst-cyr
authored andcommitted
Fix spelling of which_occurrent in REFERENCE.md
1 parent 9898f5c commit 1e44939

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
@@ -177,10 +177,10 @@ Examples:
177177

178178
# Run on the first _Saturday_ of every month at 7:00AM
179179
trigger => {
180-
'schedule' => 'monthly',
181-
'start_time' => '07:00',
182-
'day_of_week' => 'sat', # Specify the day of the week to trigger on
183-
'which_occurence' => 'first' # Specify which occurance to trigger on, up to fifth
180+
'schedule' => 'monthly',
181+
'start_time' => '07:00',
182+
'day_of_week' => 'sat', # Specify the day of the week to trigger on
183+
'which_occurrence' => 'first' # Specify which occurrence to trigger on, up to fifth
184184
}
185185

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

0 commit comments

Comments
 (0)