Skip to content

Commit

Permalink
Update websockex.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
webengineer-max committed Jun 24, 2018
1 parent 572cb03 commit c644979
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/websockex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ defmodule WebSockex do
@doc """
Invoked when the WebSocket disconnects from the server.
This callback is only invoked in the even of a connection failure. In cases
of crashes or other errors then the process will terminate immediately
This callback is only invoked in the event of a connection failure. In cases
of crashes or other errors the process will terminate immediately
skipping this callback.
If the `handle_initial_conn_failure: true` option is provided during process
Expand Down Expand Up @@ -225,7 +225,7 @@ defmodule WebSockex do
| {:error, reason :: term}

@doc """
Invoked to to retrieve a formatted status of the state in a WebSockex process.
Invoked to retrieve a formatted status of the state in a WebSockex process.
This optional callback is used when you want to edit the values returned when
invoking `:sys.get_status`.
Expand Down

0 comments on commit c644979

Please sign in to comment.