Skip to content

Commit 86b4953

Browse files
committed
fix: Fix a typo
1 parent 64109cb commit 86b4953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hivemq-edge/src/main/java/com/hivemq/api/errors/ValidationError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public ValidationError(
2727
final @Nullable List<Error> errors) {
2828
super(
2929
"ValidationError",
30-
"Validatin failed",
30+
"Validation failed",
3131
"JSON failed validation.",
3232
HttpStatus.BAD_REQUEST_400,
3333
errors);

0 commit comments

Comments
 (0)