Skip to content

Commit fd0c174

Browse files
Docs updated
1 parent 471d880 commit fd0c174

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
@@ -44,7 +44,7 @@ exception handling mechanism in a Spring boot application.
4444
It does all hard part, A lot of advices are out of box available which are autoconfigured as `ControllerAdvice`s
4545
depending on the jars in classpath of consumer application.
4646
**Even for exceptions for which no advices are defined**, respective error response can be specified by
47-
messages in `properties` file, elaborated in [**Usage**](https://github.com/officiallysingh/spring-boot-problem-handler#usage) section.
47+
messages in `properties` file, elaborated in [*Usage*](https://github.com/officiallysingh/spring-boot-problem-handler#usage) section.
4848
New custom advices could be required only in cases where it is required to take some data from exception instance
4949
to dynamically derive **Error key** (Elaborated later)
5050
or to use this data to resolve any placeholders in error message. In such cases consumer application can define

0 commit comments

Comments
 (0)