Skip to content

Commit

Permalink
typo fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikBerashvili authored Jan 1, 2025
1 parent 07554ed commit a977413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ websocket_info(start, _ConnState, State) ->
{reply, {text, <<"erlang message received">>}, State}.

websocket_terminate(Reason, _ConnState, State) ->
io:format("Websocket closed in state ~p wih reason ~p~n",
io:format("Websocket closed in state ~p with reason ~p~n",
[State, Reason]),
ok.
```
Expand Down

0 comments on commit a977413

Please sign in to comment.