Skip to content

Commit 37ef372

Browse files
author
Sören Jensen
authored
Merge pull request #146 from amorAaluxion/patch-1
Fixed typo on line #127
2 parents 211c2fb + d3fbd7a commit 37ef372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $client = new WebSocket\Client("ws://echo.websocket.org/", [
124124
'origin' => 'localhost',
125125
],
126126
'logger' => $my_psr3_logger, // Attach a PSR3 compatible logger
127-
'return_obj' => true, // Return Message insatnce rather than just text
127+
'return_obj' => true, // Return Message instance rather than just text
128128
'timeout' => 60, // 1 minute time out
129129
]);
130130
```

0 commit comments

Comments
 (0)