Skip to content

Commit

Permalink
Fix typo (#128)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Rikken <nico@nicorikken.eu>
  • Loading branch information
nicorikken authored and jpwsutton committed Nov 23, 2017
1 parent 517b5c5 commit ffc611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paho-mqtt.js
Expand Up @@ -2030,7 +2030,7 @@ var PahoMQTT = (function (global) {
* <br>
* @param {object} subscribeOptions - used to control the subscription
*
* @param {number} subscribeOptions.qos - the maiximum qos of any publications sent
* @param {number} subscribeOptions.qos - the maximum qos of any publications sent
* as a result of making this subscription.
* @param {object} subscribeOptions.invocationContext - passed to the onSuccess callback
* or onFailure callback.
Expand Down

0 comments on commit ffc611b

Please sign in to comment.