Skip to content

Commit 96b5e48

Browse files
authored
Merge pull request #7 from pcowgill/patch-1
Typo fix
2 parents e78de63 + c4c1f26 commit 96b5e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var MQTT = require("async-mqtt");
3535

3636
var client = MQTT.connect("tcp://somehost.com:1883");
3737

38-
// WHen passing async functions as event listeners, make sure to have a try catch block
38+
// When passing async functions as event listeners, make sure to have a try catch block
3939
client.on("connect", doStuff);
4040

4141
async function doStuff() {

0 commit comments

Comments
 (0)