Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 2dcc9f8

Browse files
bryanneumannjknack
authored andcommitted
Fix documentation typo (jooby-project#862) (jooby-project#863)
1 parent 61fe270 commit 2dcc9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jooby/src/main/java/org/jooby/Err.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public void handle(final Request req, final Response rsp, final Err ex) throws T
303303
public interface Handler {
304304

305305
/**
306-
* Handle a route exception by probably logging the error and sending a err response to the
306+
* Handle a route exception by properly logging the error and sending a err response to the
307307
* client.
308308
*
309309
* Please note you always get an {@link Err} whenever you throw it or not. For example if your

0 commit comments

Comments
 (0)