Skip to content

Commit

Permalink
Minor grammatical change (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVijayB committed Apr 9, 2023
1 parent 010236b commit 2250b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run a job every x minute
# Run job every minute at the 23rd second
schedule.every().minute.at(":23").do(job)
# Run job every hour at the 42rd minute
# Run job every hour at the 42nd minute
schedule.every().hour.at(":42").do(job)
# Run jobs every 5th hour, 20 minutes and 30 seconds in.
Expand Down

0 comments on commit 2250b9f

Please sign in to comment.