From c0c069e19f15f5af6c803cda31f9771125751931 Mon Sep 17 00:00:00 2001 From: savage4618 Date: Mon, 27 Jan 2025 07:26:13 -0500 Subject: [PATCH] Fix a single typo Luca pointed out a typo in the discord support server, and I wanted to PR something this morning, so this PR fixes that one specific typo, without regard to any other typos that may or may not be in the project. Signed off by savage4618 --- content/docs/custom-commands/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/custom-commands/commands.md b/content/docs/custom-commands/commands.md index 41e762c..f1b9c70 100644 --- a/content/docs/custom-commands/commands.md +++ b/content/docs/custom-commands/commands.md @@ -296,7 +296,7 @@ Format](https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format) {{< callout context="tip" title="Tip: Debugging Cron Expressions" icon="outline/rocket" >}} -To help build and debug cron expressions, we reccomend using [Cronitor's Crontab Guru](https://crontab.guru/) or a +To help build and debug cron expressions, we recommend using [Cronitor's Crontab Guru](https://crontab.guru/) or a similar site. Note that predefined schedules such as `@hourly`, and the use of `7` in the DOW field may parse correctly on Corntab Guru, but are not supported with YAGPDB.