Skip to content

Commit

Permalink
fix: weird character in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Aug 5, 2024
1 parent 3aead5b commit 1609225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class Schedule extends AbstractTrigger implements PollingTriggerInterface
@NotNull
@Schema(
title = "The cron expression.",
description = "A standard [unix cron expression](https://en.wikipedia.org/wiki/Cron) with 5 fields (minutes precision). Using `ẁithSeconds: true` you can switch to 6 fields and a seconds precision.\n" +
description = "A standard [unix cron expression](https://en.wikipedia.org/wiki/Cron) with 5 fields (minutes precision). Using `withSeconds: true` you can switch to 6 fields and a seconds precision.\n" +
"Can also be a cron extension / nickname:\n" +
"* `@yearly`\n" +
"* `@annually`\n" +
Expand Down

0 comments on commit 1609225

Please sign in to comment.