Skip to content

Commit 2984001

Browse files
Merge pull request #1 from torrespro/patch-1
Docs: typo
2 parents 8bd07db + f976ae8 commit 2984001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Spting Boot Problem Handler
1+
# Spring Boot Problem Handler
22

33
**A Generic library for handling exceptions in Spring Boot applications**,
44
implementing specification [**`Problem Details (RFC7807) for HTTP APIs`**](https://datatracker.ietf.org/doc/html/rfc7807).
@@ -1146,4 +1146,4 @@ as examples to see usage and **example error responses** for different kind of e
11461146

11471147
## Known Issues
11481148
* If an application uses multiple vendor relational databases then the [**`ConstraintNameResolver`**](src/main/java/com/ksoot/problem/spring/advice/dao/ConstraintNameResolver.java)
1149-
may not work properly, needs further testing. For example if it is using Postgres and SQL Server both.
1149+
may not work properly, needs further testing. For example if it is using Postgres and SQL Server both.

0 commit comments

Comments
 (0)