Skip to content

Commit a79d174

Browse files
updated
1 parent 0ba0aca commit a79d174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ Make sure to add annotation `@Order(Ordered.HIGHEST_PRECEDENCE)` over the class,
749749
It makes this handler to take precedence over the fallback advice which handles `Throwable` i.e. for all exceptions for which no `ControllerAdvice`s are defined.
750750
In case of Constraint Violation exceptions, the `errorKey` is derived from the field name,
751751
but in cases where field name is customized using `@JsonProperty`,
752-
`MethodArgumentNotValidException` may need to be customized to use `@JsonProperty` instead of class's field name in dynamically generated `erroKey` as follows
752+
`MethodArgumentNotValidException`'s advice may need to be customized to use `@JsonProperty` instead of class's field name in dynamically generated `erroKey` as follows
753753

754754
> For Spring Web applications
755755
```java

0 commit comments

Comments
 (0)