Skip to content

Commit e138a2c

Browse files
authored
Merge pull request #31 from ochorocho/patch-1
Fix typo in README
2 parents a19a0d2 + f21fbd3 commit e138a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Accepting client connections is performed by an instance of `WebsocketAcceptor`.
3737

3838
Once established, a WebSocket connection is handled by an implementation of `WebsocketClientHandler`. Your application logic will be within an implementation of this interface.
3939

40-
`WebsocketClientHanler` has a single method which must be implemented, `handleClient()`.
40+
`WebsocketClientHandler` has a single method which must be implemented, `handleClient()`.
4141

4242
```php
4343
public function handleClient(

0 commit comments

Comments
 (0)