Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 93303a8

Browse files
authored
Merge pull request #17 from tony-xia/fix-typo
Fix a typo in simulated-device-2 project
2 parents 12335c0 + 9bd182e commit 93303a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iot-hub/Quickstarts/simulated-device-2/SimulatedDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ private static async void SendDeviceToCloudMessagesAsync()
7373
// An IoT hub can filter on these properties without access to the message body.
7474
message.Properties.Add("temperatureAlert", (currentTemperature > 30) ? "true" : "false");
7575

76-
// Send the tlemetry message
76+
// Send the telemetry message
7777
await s_deviceClient.SendEventAsync(message);
7878
Console.WriteLine("{0} > Sending message: {1}", DateTime.Now, messageString);
7979

0 commit comments

Comments
 (0)