Skip to content

Commit 8a6f5fb

Browse files
committed
fix typo in readme
1 parent 4f8ebdc commit 8a6f5fb

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

0 commit comments

Comments
 (0)