Skip to content

Commit 46eef2a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-hub-howto-file-upload-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private static final IotHubServiceClientProtocol protocol =
161161

162162
##### Create the ServiceClient object
163163

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

166166
To upload a file on a device to IoT Hub, your service needs the **service connect** permission. By default, every IoT Hub is created with a shared access policy named **service** that grants this permission.
167167

0 commit comments

Comments
 (0)