Skip to content

Commit 4bf2ac6

Browse files
committed
Edits
1 parent 36b1736 commit 4bf2ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/iot-hub-howto-module-twins-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ using Microsoft.Azure.Devices.Shared;
4242

4343
The [ModuleClient](/dotnet/api/microsoft.azure.devices.client.moduleclient) class exposes all methods required to interact with module identity twins from the device.
4444

45-
Connect to the device using the [CreateFromConnectionString](/dotnet/api/microsoft.azure.devices.client.moduleclient.createfromconnectionstring) method with the module connection string.
45+
Connect to the device using the [CreateFromConnectionString](/dotnet/api/microsoft.azure.devices.client.moduleclient.createfromconnectionstring) method with the module identity connection string.
4646

4747
Calling `CreateFromConnectionString` without a transport parameter connects using the default AMQP transport.
4848

includes/iot-hub-howto-module-twins-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For example, this command installs the `Amqp` protocol:
5555
npm install azure-iot-device-amqp --save
5656
```
5757

58-
For more information about the differences between MQTT, AMQP, and HTTPS support, see [Cloud-to-device communications guidance](../articles/iot-hub/iot-hub-devguide-c2d-guidance.md) and [Choose a communication protocol](../articles/iot-hub/iot-hub-devguide-protocols.md).
58+
For more information about the differences between MQTT, AMQP, and HTTPS support, see [Cloud-to-device communications guidance](../articles/iot-hub/iot-hub-devguide-c2d-guidance.md) and [Choose a device communication protocol](../articles/iot-hub/iot-hub-devguide-protocols.md).
5959

6060
### Create a client object
6161

0 commit comments

Comments
 (0)