Skip to content

Commit

Permalink
fix grammar oops
Browse files Browse the repository at this point in the history
  • Loading branch information
shenkw1 committed Jan 23, 2025
1 parent 07870e8 commit e4c298c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class LambdaProcessorConfig extends LambdaCommonConfig {

@JsonPropertyDescription("Defines a condition for event to use this processor.")
@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.")
})
@JsonProperty("lambda_when")
private String whenCondition;
Expand Down

0 comments on commit e4c298c

Please sign in to comment.