Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Katherine Shen <[email protected]>
  • Loading branch information
shenkw1 committed Jan 24, 2025
1 parent 9168dc3 commit 1934635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public static boolean isValidPattern(final String pattern) {
@JsonPropertyDescription("Specifies under what condition the <code>date</code> processor should run. " +
"Default is no condition.")
@ExampleValues({
@Example(value = "/some_key == null", description = "The processor will only run when on events where this condition evaluates to true.")
@Example(value = "/some_key == null", description = "The processor will only run on events where this condition evaluates to true.")
})
private String dateWhen;

Expand Down

0 comments on commit 1934635

Please sign in to comment.