Skip to content

Commit b19ed64

Browse files
committed
clean up grammar in README
1 parent 48a3252 commit b19ed64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ Other WebSocket implementations like
4545
[`:gun`][gun] / [`:websocket_client`][websocket-client] /
4646
[`Socket`][socket] / [`WebSockex`][websockex] work by spawning and
4747
passing messages among processes. This is a very convenient interface in
48-
Erlang and Elixir, but it does not allow the author much control over
48+
Erlang and Elixir but it does not allow the author much control over
4949
the WebSocket connection.
5050

5151
Instead `Mint.WebSocket` is process-less: the entire HTTP and WebSocket
5252
states are kept in immutable data structures. When you implement a WebSocket
5353
client with `Mint.WebSocket`, runtime behavior and process architecture
54-
are up to you: you decide how to handle things like reconnection and failure
55-
handling.
54+
are up to you: you decide how to handle things like reconnection and failures.
5655

5756
For a practical introduction, check out Mint's [usage documentation][mint-usage].
5857

0 commit comments

Comments
 (0)