Skip to content

Commit 73ecc6c

Browse files
committed
MCU8MASS-2573 Fix typo
1 parent 98cae0b commit 73ecc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/mqtt_azure/mqtt_azure.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* the ATECC608 cryptographic chip on the AVR-Iot Cellular mini. Please make
44
* sure your board is provisioned first with the provision sketch.
55
*
6-
* With Azure, we use a wildcare for subscription, so we need to enable a
6+
* With Azure, we use a wildcard for subscription, so we need to enable a
77
* callback for the received messages so that we can grab the specific topic.
88
*/
99

@@ -123,4 +123,4 @@ void setup() {
123123
MqttClient.end();
124124
}
125125

126-
void loop() {}
126+
void loop() {}

0 commit comments

Comments
 (0)