Skip to content

Commit ca23972

Browse files
SuGliderCopilot
andauthored
fix(matter): fix commentarie
Co-authored-by: Copilot <[email protected]>
1 parent 60e9da0 commit ca23972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterEvents/MatterEvents.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,5 +242,5 @@ void loop() {
242242
Serial.println("====> Decommissioning in 60 seconds. <====");
243243
delay(60000);
244244
Matter.decommission();
245-
Serial.println("Matter Node is decommissioned. Commsssioning widget shall start over.");
245+
Serial.println("Matter Node is decommissioned. Commissioning widget shall start over.");
246246
}

0 commit comments

Comments
 (0)