Skip to content

Commit 7804c64

Browse files
committed
Committed by Github action
master: { "stompjs": "7.1.0", "rx-stomp": "2.0.1" } develop: { "stompjs": "7.1.1", "rx-stomp": "2.0.1" }
1 parent 794755b commit 7804c64

File tree

5 files changed

+124
-36
lines changed

5 files changed

+124
-36
lines changed

api-docs/develop/classes/Client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ <h3 id="inputs">
11111111

11121112
<tr>
11131113
<td class="col-md-4">
1114-
<div class="io-description"><p>Will be invoked if the heartbeat interval has ellapsed without a heartbeat message from
1114+
<div class="io-description"><p>Will be invoked if the heartbeat interval has elapsed without a heartbeat message from
11151115
the STOMP broker, indicating some kind of communications failure.</p>
11161116
</div>
11171117
</td>
@@ -3241,7 +3241,7 @@ <h3 id="accessors">
32413241
public onHeartbeatReceived: emptyCallbackType;
32423242

32433243
/**
3244-
* Will be invoked if the heartbeat interval has ellapsed without a heartbeat message from
3244+
* Will be invoked if the heartbeat interval has elapsed without a heartbeat message from
32453245
* the STOMP broker, indicating some kind of communications failure.
32463246
*/
32473247
public onHeartbeatLost: emptyCallbackType;

api-docs/develop/classes/CompatClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ <h3 id="inputs">
12591259

12601260
<tr>
12611261
<td class="col-md-4">
1262-
<div class="io-description"><p>Will be invoked if the heartbeat interval has ellapsed without a heartbeat message from
1262+
<div class="io-description"><p>Will be invoked if the heartbeat interval has elapsed without a heartbeat message from
12631263
the STOMP broker, indicating some kind of communications failure.</p>
12641264
</div>
12651265
</td>

0 commit comments

Comments
 (0)