Skip to content

Commit f5ac1a7

Browse files
committed
fix(example): Fix precommit spelling
1 parent 516d5b2 commit f5ac1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Zigbee/examples/Zigbee_Temp_Hum_Sensor_Sleepy/Zigbee_Temp_Hum_Sensor_Sleepy.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void setup() {
110110
delay(100);
111111
}
112112
Serial.println();
113-
Serial.println("Sucessfully connected to Zigbee network");
113+
Serial.println("Successfully connected to Zigbee network");
114114

115115
// Delay 5s (may be adjusted) to allow establishing proper connection with coordinator, needed for sleepy devices
116116
delay(5000);

0 commit comments

Comments
 (0)