From 8ec16a319807998c6cad9731c31be788c7108f75 Mon Sep 17 00:00:00 2001 From: rychannel Date: Tue, 16 Apr 2024 08:23:00 -0500 Subject: [PATCH] Fix spelling of which_occurrent in REFERENCE.md --- REFERENCE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index 138fd1c5..ba554477 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -167,10 +167,10 @@ Examples: # Run on the first _Saturday_ of every month at 7:00AM trigger => { - 'schedule' => 'monthly', - 'start_time' => '07:00', - 'day_of_week' => 'sat', # Specify the day of the week to trigger on - 'which_occurence' => 'first' # Specify which occurance to trigger on, up to fifth + 'schedule' => 'monthly', + 'start_time' => '07:00', + 'day_of_week' => 'sat', # Specify the day of the week to trigger on + 'which_occurrence' => 'first' # Specify which occurrence to trigger on, up to fifth } # Run on boot, then once per hour for 12 hours