Skip to content

Commit dbf9f5d

Browse files
committed
fix typo in readme
1 parent 2fcbaae commit dbf9f5d

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
@@ -203,7 +203,7 @@ to a single process.
203203
- `maxHttpBufferSize` (`Number`): how many bytes or characters a message
204204
can be, before closing the session (to avoid DoS). Default
205205
value is `10E7`.
206-
- `origins` (`String`): : the allowed origins (`*`)
206+
- `origins` (`String`): the allowed origins (`*`)
207207
- `allowRequest` (`Function`): A function that receives a given handshake
208208
or upgrade request as its first parameter, and can decide whether to
209209
continue or not. The second argument is a function that needs to be

0 commit comments

Comments
 (0)