Skip to content

Commit e18fee3

Browse files
committed
Node.js -> javascript for fenced code block
1 parent 3ed853b commit e18fee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-mqtt-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ private static TransportType s_transportType = TransportType.Mqtt_WebSocket_Only
3535
DeviceClient deviceClient = DeviceClient.CreateFromConnectionString(s_deviceConnectionString, s_transportType);
3636
```
3737

38-
```node.js
38+
```javascript
3939
var Client = require('azure-iot-device').Client;
4040
var Protocol = require('azure-iot-device-mqtt').MqttWs;
4141
var client = Client.fromConnectionString(deviceConnectionString, Protocol);

0 commit comments

Comments
 (0)