Fix duplicate 'the' typo

See gh-33736
This commit is contained in:
Yongjo Lee 2023-01-10 01:48:29 +09:00 committed by Moritz Halbritter
parent 71a6e564be
commit 0440e5d1ac
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ class QuartzEndpointDocumentationTests extends MockMvcEndpointDocumentationTests
"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.[]."))));
}