Skip to content

Commit

Permalink
Merge pull request Azolo#59 from webengineer-max/patch-2
Browse files Browse the repository at this point in the history
Minor typo in websockex.ex
  • Loading branch information
Azolo authored Aug 31, 2018
2 parents f8fbf5a + c644979 commit 4bc7589
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 @@ -180,8 +180,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 @@ -237,7 +237,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 4bc7589

Please sign in to comment.