Skip to content

Commit

Permalink
[doc] Fix "unware" and "reponse" typos in README.md (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaudesse authored and lpinca committed Jul 7, 2017
1 parent 3544e30 commit 16bbddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -287,7 +287,7 @@ wss.on('connection', function connection(ws, req) {
### How to detect and close broken connections?

Sometimes the link between the server and the client can be interrupted in a
way that keeps both the server and the client unware of the broken state of the
way that keeps both the server and the client unaware of the broken state of the
connection (e.g. when pulling the cord).

In these cases ping messages can be used as a means to verify that the remote
Expand Down Expand Up @@ -317,7 +317,7 @@ const interval = setInterval(function ping() {
}, 30000);
```

Pong messages are automatically sent in reponse to ping messages as required
Pong messages are automatically sent in response to ping messages as required
by the spec.

### How to connect via a proxy?
Expand Down

0 comments on commit 16bbddb

Please sign in to comment.