papercups-io / papercups

Open-source live customer chat
https://app.papercups.io/demo
MIT License
5.76k stars 525 forks source link

Correct Socket Options #988

Open OriPekelman opened 3 years ago

OriPekelman commented 3 years ago

Description

Correct socket_opts to socket_options

OriPekelman commented 3 years ago

I did a quick github search of socket_opts vs socket_options in elixir projects and it is 10:1 for the latter, would you prefer me to do the PR "the other way around" ? (note that redis uses socket_opts so at any rate it will be slightly more consistent).