From 1994608f0b0e431479dfd39f90f430557309f8b3 Mon Sep 17 00:00:00 2001 From: Chukwuemeka Ajah Date: Mon, 8 Jan 2024 23:00:02 +0000 Subject: [PATCH] fix spelling of chron validation url --- invalid_crons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invalid_crons.md b/invalid_crons.md index 33aed60..44ba15f 100644 --- a/invalid_crons.md +++ b/invalid_crons.md @@ -9,5 +9,5 @@ The easy way out would be to run `#next_time` right after instantiation to deter Another way would be to have some smart validation. But that's almost like duplicating `#next_time`. -Note that https://crontab.gury does consider `"* * 31 11 *"`. Crond probably never schedules it, silently. (Up to the tools that use fugit then). +Note that https://crontab.guru does consider `"* * 31 11 *"`. Crond probably never schedules it, silently. (Up to the tools that use fugit then).