Skip to content

Commit 73ffd5e

Browse files
authored
fix(matter): codespell ci commentary fixed
1 parent 3c2fd00 commit 73ffd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterMinimum/MatterMinimum.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const char *ssid = "your-ssid"; // Change this to your WiFi SSID
4747
const char *password = "your-password"; // Change this to your WiFi password
4848

4949
void setup() {
50-
// Initialise the LED GPIO
50+
// Initialize the LED GPIO
5151
pinMode(ledPin, OUTPUT);
5252

5353
WiFi.enableIPv6(true);

0 commit comments

Comments
 (0)