Skip to content

Commit 2aecf03

Browse files
authored
Merge pull request #126484 from changeworld/patch-36
Fix typo
2 parents 1d2cece + 46b2640 commit 2aecf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-hub-howto-cloud-to-device-messaging-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ IotHubServiceClientProtocol protocol = IotHubServiceClientProtocol.AMQPS;
210210

211211
##### Create the ServiceClient object
212212

213-
Create the [ServiceClient](/java/api/com.azure.core.annotation.serviceclient) object, supplying the Iot Hub connection string and protocol.
213+
Create the [ServiceClient](/java/api/com.azure.core.annotation.serviceclient) object, supplying the IoT Hub connection string and protocol.
214214

215215
```java
216216
String connectionString = "{yourhubconnectionstring}";

0 commit comments

Comments
 (0)