Skip to content

Commit

Permalink
Fixed placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Apr 29, 2024
1 parent db9cfc0 commit baa0f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class HealthVerticle(
.requestHandler(router)
.exceptionHandler { logger.warn("Socket error", it) }
.invalidRequestHandler {
logger.warn("invaoid request", it)
logger.warn("Invalid request")
it.response().setStatusCode(400).end()
}

Expand Down

0 comments on commit baa0f96

Please sign in to comment.