Skip to content

Commit 46b2640

Browse files
committed
Fix typo
Iot Hub -> IoT Hub
1 parent 96a90c5 commit 46b2640

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)