Skip to content

Commit c96d920

Browse files
committed
update README.md
1 parent a7e767c commit c96d920

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cronut-javax/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ Concurrent execution can be controlled on a per-job bases with the `disallow-con
107107

108108
## Triggers
109109

110-
Each cronut trigger must be of tyee `org.quartz.Trigger` of some variety or another, the following functions are
111-
provided to simplify trigger creation:
110+
Cronut triggers are of type `org.quartz.Trigger`, the following functions are provided to simplify trigger creation:
112111

113112
#### `cronut.trigger/cron`: Simple Cron Scheduling
114113

cronut/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ Concurrent execution can be controlled on a per-job bases with the `disallow-con
107107

108108
## Triggers
109109

110-
Each cronut trigger must be of tyee `org.quartz.Trigger` of some variety or another, the following functions are
111-
provided to simplify trigger creation:
110+
Cronut triggers are of type `org.quartz.Trigger`, the following functions are provided to simplify trigger creation:
112111

113112
#### `cronut.trigger/cron`: Simple Cron Scheduling
114113

0 commit comments

Comments
 (0)