Skip to content

Commit 0152f7b

Browse files
fix 3 Acrolinx spelling errors
1 parent 3da98c2 commit 0152f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub/quickstart-control-device-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ You use this value later in the quickstart. The service connection string is dif
115115

116116
## Listen for direct method calls
117117

118-
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgement back to your hub after it executes the direct method.
118+
The simulated device application connects to a device-specific endpoint on your IoT hub, sends simulated telemetry, and listens for direct method calls from your hub. In this quickstart, the direct method call from the hub tells the device to change the interval at which it sends telemetry. The simulated device sends an acknowledgment back to your hub after it executes the direct method.
119119

120120
1. In a local terminal window, navigate to the root folder of the sample Java project. Then navigate to the **iot-hub\Quickstarts\simulated-device-2** folder.
121121

@@ -141,7 +141,7 @@ The simulated device application connects to a device-specific endpoint on your
141141
142142
## Call the direct method
143143
144-
The back-end application connects to a service-side endpoint on your IoT Hub. The application makes direct method calls to a device through your IoT hub and listens for acknowledgements. An IoT Hub back-end application typically runs in the cloud.
144+
The back-end application connects to a service-side endpoint on your IoT Hub. The application makes direct method calls to a device through your IoT hub and listens for acknowledgments. An IoT Hub back-end application typically runs in the cloud.
145145
146146
1. In another local terminal window, navigate to the root folder of the sample Java project. Then navigate to the **iot-hub\Quickstarts\back-end-application** folder.
147147
@@ -161,7 +161,7 @@ The back-end application connects to a service-side endpoint on your IoT Hub. Th
161161
java -jar target/back-end-application-1.0.0-with-deps.jar
162162
```
163163
164-
The following screenshot shows the output as the application makes a direct method call to the device and receives an acknowledgement:
164+
The following screenshot shows the output as the application makes a direct method call to the device and receives an acknowledgment:
165165
166166
![Output as the application makes a direct method call through your IoT hub](./media/quickstart-control-device-java/iot-hub-direct-method-call-output.png)
167167

0 commit comments

Comments
 (0)