Skip to content

Commit 865eb86

Browse files
committed
fix(CI): Vale check
1 parent 862f1f4 commit 865eb86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/matter/matter.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ Building and Flashing Matter Examples
2121

2222
Before uploading any Matter example sketch, it is necessary to configure the Arduino IDE with the following settings:
2323

24+
<!-- vale off -->
2425
1. **Partition Scheme**: Select **"Huge APP (3MB No OTA/1MB SPIFFS)"** from **Tools > Partition Scheme** menu.
2526

2627
.. figure:: ../../_static/matter_partition_scheme.png
2728
:align: center
2829
:alt: "Partition Scheme: Huge APP (3MB No OTA/1MB SPIFFS)" Arduino IDE menu option
2930
:figclass: align-center
31+
<!-- vale on -->
3032

3133
2. **Erase Flash**: Enable **"Erase All Flash Before Sketch Upload"** option from **Tools** menu.
3234

libraries/Matter/examples/MatterStatus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Device Commissioned: YES
139139

140140
### Capability Queries
141141

142-
The example demonstrates the use of capability query functions that check both hardware support (SOC capabilities) and Matter configuration:
142+
The example demonstrates the use of capability query functions that check both hardware support (SoC capabilities) and Matter configuration:
143143

144144
- **`Matter.isWiFiStationEnabled()`**: Returns `true` if the device supports Wi-Fi Station mode and it's enabled in Matter configuration
145145
- **`Matter.isWiFiAccessPointEnabled()`**: Returns `true` if the device supports Wi-Fi AP mode and it's enabled in Matter configuration

0 commit comments

Comments
 (0)