You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Accepting client connections is performed by an instance of `WebsocketAcceptor`.
37
37
38
38
Once established, a WebSocket connection is handled by an implementation of `WebsocketClientHandler`. Your application logic will be within an implementation of this interface.
39
39
40
-
`WebsocketClientHanler` has a single method which must be implemented, `handleClient()`.
40
+
`WebsocketClientHandler` has a single method which must be implemented, `handleClient()`.
0 commit comments