Skip to content

Commit dbb76e2

Browse files
P-R-O-C-H-YCopilot
andauthored
fix(docs): Fix typos
Co-authored-by: Copilot <[email protected]>
1 parent c00305c commit dbb76e2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/en/zigbee/zigbee.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Zigbee Network Topology
4343
**Device Roles**
4444

4545
* **Coordinator**: Forms and manages the network, stores network information
46-
* **Router**: Extends network range, routes messages, mains powered devices (typicaly lights, switches, etc.)
47-
* **End Device**: Battery-powered devices that can sleep for extended periods (typicaly sensors)
46+
* **Router**: Extends network range, routes messages, mains powered devices (typically lights, switches, etc.)
47+
* **End Device**: Battery-powered devices that can sleep for extended periods (typically sensors)
4848

4949
Zigbee Library Structure
5050
------------------------
@@ -150,7 +150,7 @@ Debug Mode
150150
**********
151151

152152
For better debugging, you can enable debug mode to get detailed information about network operations. Call debug mode before starting Zigbee.
153-
Also selectiong zigbee mode with *debug* suffix is recommended.
153+
Also selecting zigbee mode with *debug* suffix is recommended.
154154

155155
.. code-block:: arduino
156156

docs/en/zigbee/zigbee_core.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ This function will return ``true`` if initialization successful, ``false`` other
4646

4747
* **ZIGBEE_COORDINATOR** and **ZIGBEE_ROUTER**:
4848
* Zigbee mode to ``Zigbee ZCZR (coordinator/router)``.
49-
* Partition scheme to ``Zigbee ZCZR xMB with spiffs`` (where ``x`` is the number of MB of seleted flash size).
49+
* Partition scheme to ``Zigbee ZCZR xMB with spiffs`` (where ``x`` is the number of MB of selected flash size).
5050
* **ZIGBEE_END_DEVICE**:
5151
* Zigbee mode to ``Zigbee ED (end device)``.
52-
* Partition scheme to ``Zigbee xMB with spiffs`` (where ``x`` is the number of MB of seleted flash size).
52+
* Partition scheme to ``Zigbee xMB with spiffs`` (where ``x`` is the number of MB of selected flash size).
5353

5454
Network Status
5555
**************

0 commit comments

Comments
 (0)