Skip to content

Commit 88c585f

Browse files
authored
Fix a typo in the amqp sample SLN (#438)
***NO_CI***
1 parent 5d001c1 commit 88c585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/AMQP/Azure-IoT-Hub/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Program
2121
/////////////////////////////////////////////////////////////////////
2222
// Azure IoT Hub settings
2323

24-
// To make your life easier use a SaS token generated from Azure Device Explorer like the one bellow
24+
// To make your life easier use a SaS token generated from Azure Device Explorer like the one below
2525
// HostName=contoso.azure-devices.net;DeviceId=COFEEMACHINE001;SharedAccessSignature=SharedAccessSignature sr=contoso.azure-devices.net%2Fdevices%2FCOFEEMACHINE001&sig=tGeAGJeRgFUqIKEs%2BtYNLmLAGWGHiHT%2F2TIIsu8oQ%2F0%3D&se=1234656789
2626

2727
const string _hubName = "contoso";

0 commit comments

Comments
 (0)