We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78de63 commit c4c1f26Copy full SHA for c4c1f26
README.md
@@ -35,7 +35,7 @@ var MQTT = require("async-mqtt");
35
36
var client = MQTT.connect("tcp://somehost.com:1883");
37
38
-// WHen passing async functions as event listeners, make sure to have a try catch block
+// When passing async functions as event listeners, make sure to have a try catch block
39
client.on("connect", doStuff);
40
41
async function doStuff() {
0 commit comments