@@ -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">
25522552To request an acknowledgement, a < code > receipt</ code > header needs to be sent with the actual request.
25532553The value (say receipt-id) for this header needs to be unique for each use.
25542554Typically, 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.
25562556The 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 * ```
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
0 commit comments