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.
2 parents e78de63 + c4c1f26 commit 96b5e48Copy full SHA for 96b5e48
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