Skip to content

Commit e65e6f3

Browse files
Capitalize "open" in documentation link
1 parent 8d82ba5 commit e65e6f3

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
@@ -174,7 +174,7 @@ private static final ServiceClient serviceClient (iotHubConnectionString, protoc
174174

175175
##### Open the connection between application and IoT Hub
176176

177-
[open](/java/api/com.microsoft.azure.sdk.iot.service.serviceclient?#com-microsoft-azure-sdk-iot-service-serviceclient-open()) the AMQP sender connection. This method creates the connection between the application and IoT Hub.
177+
[Open](/java/api/com.microsoft.azure.sdk.iot.service.serviceclient?#com-microsoft-azure-sdk-iot-service-serviceclient-open()) the AMQP sender connection. This method creates the connection between the application and IoT Hub.
178178

179179
```java
180180
serviceClient.open();

0 commit comments

Comments
 (0)