Skip to content

Commit 2f6e06e

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 8bf9f07 commit 2f6e06e

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

api-docs/develop/classes/Client.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ <h3 id="inputs">
438438
<td class="col-md-4">
439439
<div class="io-description"><p>Callback, invoked on before a connection to the STOMP broker.</p>
440440
<p>You can change options on the client, which will impact the immediate connecting.
441-
It is valid to call <a href="../classes/Client.html#deactivate">Client#decativate</a> in this callback.</p>
441+
It is valid to call <a href="../classes/Client.html#deactivate">Client#deactivate</a> in this callback.</p>
442442
<p>As of version 5.1, this callback can be
443443
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function">async</a>
444444
(i.e., it can return a
@@ -1320,7 +1320,7 @@ <h3 id="inputs">
13201320
<div><pre class="line-numbers"><code class="language-javascript">client.configure({
13211321
reconnectTimeMode: ReconnectionTimeMode.EXPONENTIAL,
13221322
reconnectDelay: 200, // It will wait 200, 400, 800 ms...
1323-
maxReconnectDelay: 10000, // Optional, when provided, it will not wait more that these ms
1323+
maxReconnectDelay: 10000, // Optional, when provided, it will not wait more than these ms
13241324
})</code></pre></div></div>
13251325
</td>
13261326
</tr>
@@ -2552,7 +2552,7 @@ <h3 id="methods">
25522552
To request an acknowledgement, a <code>receipt</code> header needs to be sent with the actual request.
25532553
The value (say receipt-id) for this header needs to be unique for each use.
25542554
Typically, a sequence, a UUID, a random number or a combination may be used.</p>
2555-
<p>A complaint broker will send a RECEIPT frame when an operation has actually been completed.
2555+
<p>A compliant broker will send a RECEIPT frame when an operation has actually been completed.
25562556
The operation needs to be matched based on the value of the receipt-id.</p>
25572557
<p>This method allows watching for a receipt and invoking the callback
25582558
when the corresponding receipt has been received.</p>
@@ -2970,7 +2970,7 @@ <h3 id="accessors">
29702970
* client.configure({
29712971
* reconnectTimeMode: ReconnectionTimeMode.EXPONENTIAL,
29722972
* reconnectDelay: 200, // It will wait 200, 400, 800 ms...
2973-
* maxReconnectDelay: 10000, // Optional, when provided, it will not wait more that these ms
2973+
* maxReconnectDelay: 10000, // Optional, when provided, it will not wait more than these ms
29742974
* })
29752975
* &#x60;&#x60;&#x60;
29762976
*/
@@ -3114,7 +3114,7 @@ <h3 id="accessors">
31143114
* Callback, invoked on before a connection to the STOMP broker.
31153115
*
31163116
* You can change options on the client, which will impact the immediate connecting.
3117-
* It is valid to call [Client#decativate]{@link Client#deactivate} in this callback.
3117+
* It is valid to call [Client#deactivate]{@link Client#deactivate} in this callback.
31183118
*
31193119
* As of version 5.1, this callback can be
31203120
* [async](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
@@ -3621,7 +3621,7 @@ <h3 id="accessors">
36213621
* The value (say receipt-id) for this header needs to be unique for each use.
36223622
* Typically, a sequence, a UUID, a random number or a combination may be used.
36233623
*
3624-
* A complaint broker will send a RECEIPT frame when an operation has actually been completed.
3624+
* A compliant broker will send a RECEIPT frame when an operation has actually been completed.
36253625
* The operation needs to be matched based on the value of the receipt-id.
36263626
*
36273627
* This method allows watching for a receipt and invoking the callback

api-docs/develop/classes/CompatClient.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ <h3 id="inputs">
467467
<td class="col-md-4">
468468
<div class="io-description"><p>Callback, invoked on before a connection to the STOMP broker.</p>
469469
<p>You can change options on the client, which will impact the immediate connecting.
470-
It is valid to call <a href="../classes/Client.html#deactivate">Client#decativate</a> in this callback.</p>
470+
It is valid to call <a href="../classes/Client.html#deactivate">Client#deactivate</a> in this callback.</p>
471471
<p>As of version 5.1, this callback can be
472472
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function">async</a>
473473
(i.e., it can return a
@@ -1510,7 +1510,7 @@ <h3 id="inputs">
15101510
<div><pre class="line-numbers"><code class="language-javascript">client.configure({
15111511
reconnectTimeMode: ReconnectionTimeMode.EXPONENTIAL,
15121512
reconnectDelay: 200, // It will wait 200, 400, 800 ms...
1513-
maxReconnectDelay: 10000, // Optional, when provided, it will not wait more that these ms
1513+
maxReconnectDelay: 10000, // Optional, when provided, it will not wait more than these ms
15141514
})</code></pre></div></div>
15151515
</td>
15161516
</tr>
@@ -3155,7 +3155,7 @@ <h3 id="methods">
31553155
To request an acknowledgement, a <code>receipt</code> header needs to be sent with the actual request.
31563156
The value (say receipt-id) for this header needs to be unique for each use.
31573157
Typically, a sequence, a UUID, a random number or a combination may be used.</p>
3158-
<p>A complaint broker will send a RECEIPT frame when an operation has actually been completed.
3158+
<p>A compliant broker will send a RECEIPT frame when an operation has actually been completed.
31593159
The operation needs to be matched based on the value of the receipt-id.</p>
31603160
<p>This method allows watching for a receipt and invoking the callback
31613161
when the corresponding receipt has been received.</p>

0 commit comments

Comments
 (0)