Skip to content

Commit

Permalink
Fix duplicate 'the' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yyjstudy authored and mhalbritter committed Jan 11, 2023
1 parent 71a6e56 commit 0440e5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ void quartzJob() throws Exception {
"Whether the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered."),
fieldWithPath("data.*").description("Job data map as key/value pairs, if any."),
fieldWithPath("triggers").description("An array of triggers associated to the job, if any."),
fieldWithPath("triggers.[].group").description("Name of the the trigger group."),
fieldWithPath("triggers.[].name").description("Name of the the trigger."),
fieldWithPath("triggers.[].group").description("Name of the trigger group."),
fieldWithPath("triggers.[].name").description("Name of the trigger."),
previousFireTime("triggers.[]."), nextFireTime("triggers.[]."), priority("triggers.[]."))));
}

Expand Down

0 comments on commit 0440e5d

Please sign in to comment.