Skip to content

Commit df7621c

Browse files
rzrhs0225
authored andcommitted
docs: Fix MQTT code snipet (#1900)
Change-Id: I9e6c98f7ff73e1d5d50d2308a2db773abad0ece1 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
1 parent 88f8e98 commit df7621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/IoT.js-API-MQTT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var opts = {
8989
clientId: 'IoT.js Client',
9090
}
9191

92-
var subscribe_opts {
92+
var subscribe_opts = {
9393
retain: false,
9494
qos: 2
9595
}

0 commit comments

Comments
 (0)