Skip to content

Commit b16f961

Browse files
authored
Fix formatting issues in README.md
1 parent 3eca983 commit b16f961

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Every endpoint is listed with request/response schemas, validation rules, and a
211211
- How to write a global exception handler with `@ControllerAdvice` instead of scattering try/catch blocks
212212
- Why DTOs exist and why you should not expose entity objects directly from endpoints
213213
- How JPA's `@Transactional` interacts with lazy loading, and how to get burned by it once and never again
214-
- How JWT authentication works end to end filter chain, token signing, stateless sessions
214+
- How JWT authentication works end to end, filter chain, token signing, stateless sessions
215215
- Why circular dependencies happen in Spring and how to break them cleanly
216216
- The difference between `depends_on` and a proper healthcheck in Docker Compose
217217

@@ -235,7 +235,7 @@ Every endpoint is listed with request/response schemas, validation rules, and a
235235

236236
## 📄 Status
237237

238-
`Complete` authentication, persistence, containerisation, and CI all in place.
238+
`Complete` authentication, persistence, containerisation, and CI all in place.
239239

240240
---
241241

0 commit comments

Comments
 (0)