Fix typo (#19)

This commit is contained in:
Dimon4eg 2019-03-18 01:08:28 +02:00 committed by Benjamin Sergeant
parent f1f08eced0
commit e98634a277

View File

@ -379,7 +379,7 @@ websocket.ping("ping data, optional (empty string is ok): limited to 125 bytes l
### Heartbeat.
You can configure an optional heart beat / keep-alive, sent every 45 seconds
when there is not any traffic to make sure that load balancers do not kill an
when there is no any traffic to make sure that load balancers do not kill an
idle connection.
```