From 29566b81dcbe1fd350807e6b30f27acb06fe5f76 Mon Sep 17 00:00:00 2001 From: Dmitriusan Date: Tue, 23 Apr 2024 18:53:07 +0300 Subject: [PATCH 1/2] Fix typos at index.adoc --- src/docs/asciidoc/index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index de9be4c..51333bf 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -19,8 +19,8 @@ This documentation is for version {project-version}. == 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. == Getting started @@ -822,7 +822,7 @@ public class CustomerValidator implements ConstraintValidator Date: Tue, 23 Apr 2024 18:57:23 +0300 Subject: [PATCH 2/2] clarify statement --- src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/index.adoc b/src/docs/asciidoc/index.adoc index 51333bf..3f9eb4b 100644 --- a/src/docs/asciidoc/index.adoc +++ b/src/docs/asciidoc/index.adoc @@ -822,7 +822,7 @@ public class CustomerValidator implements ConstraintValidator