Skip to content

Commit 60b6cd2

Browse files
authored
Fix a single typo (#65)
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 Signed-off-by: Luca Zeuch <[email protected]>
1 parent b4b4416 commit 60b6cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/custom-commands/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ Format](https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format)
296296

297297
{{< callout context="tip" title="Tip: Debugging Cron Expressions" icon="outline/rocket" >}}
298298

299-
To help build and debug cron expressions, we reccomend using [Cronitor's Crontab Guru](https://crontab.guru/) or a
299+
To help build and debug cron expressions, we recommend using [Cronitor's Crontab Guru](https://crontab.guru/) or a
300300
similar site. Note that predefined schedules such as `@hourly`, and the use of `7` in the DOW field may parse correctly
301301
on Corntab Guru, but are not supported with YAGPDB.
302302

0 commit comments

Comments
 (0)