Skip to content

Commit 49f74be

Browse files
Docs updated
1 parent 3fcba0d commit 49f74be

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
@@ -327,7 +327,7 @@ problem.open-api.res-validation-enabled=false
327327
## Usage
328328

329329
### Error Key
330-
The main concept behind specifying the error attributes in `properties` file is [*Error key*](https://github.com/officiallysingh/spring-boot-problem-handler#error-key), which is mandatory to be unique for each error scenario.
330+
The main concept behind specifying the error attributes in `properties` file is **Error key**, which is mandatory to be unique for each error scenario.
331331
**It is either derived or specified by application** while throwing exception and used to externalize the error attributes in `properties` file.
332332

333333
For example if error key for some exception is `some.error.key`, then error response attributes can be specified in `properties` file as follows.

0 commit comments

Comments
 (0)