Skip to content

Commit a0d98a2

Browse files
authored
Merge pull request #126486 from changeworld/patch-38
Fix typo
2 parents 93b3318 + 46eef2a commit a0d98a2

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)