Skip to content

Commit f976ae8

Browse files
authored
Docs: typo
1 parent 73fc4ec commit f976ae8

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).
@@ -744,4 +744,4 @@ as examples to see usage in **Spring Web** and **Spring Webflux** application re
744744

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

0 commit comments

Comments
 (0)