diff --git a/4.2.0/index.html b/4.2.0/index.html index 1cfe8eb..e250318 100644 --- a/4.2.0/index.html +++ b/4.2.0/index.html @@ -123,8 +123,8 @@

Error Handling Spring Boot Starter

1. Goal

-

The goal of the project is to make it easy to have proper error responses for REST APIs build with Spring Boot. -Just like Spring Boot itself it takes an opinionated approach to how the response body should look like in the case of an error.

+

The goal of the project is to make it easy to have proper error responses for REST APIs built with Spring Boot. +Just like Spring Boot itself, it takes an opinionated approach to how the response body should look like in the case of an error.

@@ -1129,7 +1129,7 @@

3.5.1. Validation
-

If you want to change the message for the global errors, the default Spring mechanismn to do see keeps working.

+

If you want to change the message for the global errors, the default Spring mechanism for that keeps working.

So use {} to indicate that Spring should search the messages.properties file:

@@ -1955,7 +1955,7 @@

5. Properties

Allows to set the HttpStatus response code to use for the full qualified name of an Exception

-

HttpStatus.INTERNAL_SERVER_ERROR is used for custom exceptions have no specific response status set here.

+

HttpStatus.INTERNAL_SERVER_ERROR is used for custom exceptions that have no specific response status set here.

@@ -2051,7 +2051,7 @@

6. Support