Merge pull request #608 from prettymuchbryce/docs-fix

Correct documentation variable name
This commit is contained in:
Leonid Logvinov
2018-05-22 15:38:27 -07:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ export interface OrderbookChannel {
}
/**
* heartbeatInterval: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000
* heartbeatIntervalMs: Interval in milliseconds that the orderbook channel should ping the underlying websocket. Default: 15000
*/
export interface WebSocketOrderbookChannelConfig {
heartbeatIntervalMs?: number;