Skip to content

Commit 27c18c4

Browse files
committed
fix(matter): commentary typo and formatting
1 parent 4052fe6 commit 27c18c4

File tree

20 files changed

+19
-20
lines changed

20 files changed

+19
-20
lines changed

libraries/Matter/examples/MatterColorLight/MatterColorLight.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121
#include <Preferences.h>

libraries/Matter/examples/MatterCommissionTest/MatterCommissionTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121

libraries/Matter/examples/MatterComposedLights/MatterComposedLights.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121

libraries/Matter/examples/MatterContactSensor/MatterContactSensor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Matter Manager
3232
#include <Matter.h>
3333
#if !CONFIG_ENABLE_CHIPOBLE
34-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
34+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
3535
#include <WiFi.h>
3636
#endif
3737

libraries/Matter/examples/MatterDimmableLight/MatterDimmableLight.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121
#include <Preferences.h>

libraries/Matter/examples/MatterEnhancedColorLight/MatterEnhancedColorLight.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121
#include <Preferences.h>

libraries/Matter/examples/MatterEvents/MatterEvents.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121

libraries/Matter/examples/MatterFan/MatterFan.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// Matter Manager
1616
#include <Matter.h>
1717
#if !CONFIG_ENABLE_CHIPOBLE
18-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
18+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
1919
#include <WiFi.h>
2020
#endif
2121

libraries/Matter/examples/MatterHumiditySensor/MatterHumiditySensor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Matter Manager
2323
#include <Matter.h>
2424
#if !CONFIG_ENABLE_CHIPOBLE
25-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
25+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
2626
#include <WiFi.h>
2727
#endif
2828

libraries/Matter/examples/MatterMinimum/MatterMinimum.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Matter Manager
2424
#include <Matter.h>
2525
#if !CONFIG_ENABLE_CHIPOBLE
26-
// if the decive can be commissioned using BLE, WiFi is not used - save flash space
26+
// if the device can be commissioned using BLE, WiFi is not used - save flash space
2727
#include <WiFi.h>
2828
#endif
2929

0 commit comments

Comments
 (0)