Renamed connect event to connection

This commit is contained in:
2024-02-21 21:38:57 +01:00
parent 332c3076c0
commit 98324121f1
2 changed files with 4 additions and 21 deletions

View File

@ -57,7 +57,7 @@ $http->listen($socket);
### Server Events
#### connect
#### connection
This event is emitted when a new WebSocket request has been accepted. The `WebSocketConnection` is passed as the first argument.