Skip to content

Commit 7d69fd5

Browse files
committed
more spelling error fixes
1 parent 285392c commit 7d69fd5

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

examples/lighting-app/cc13x4_26x4/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Getting Started Guide][matter-e2e-faq].
209209
Commission the light device onto the Matter network. Run the following command
210210
on the CHIP tool:
211211

212-
````
212+
```
213213
214214
./chip-tool pairing ble-thread <nodeID - e.g. 1>
215215
hex:<complete dataset from starting the OTBR> 20202021 3840
@@ -301,5 +301,4 @@ Additionally, we welcome any feedback.
301301
https://www.ti.com/wireless-connectivity/thread/design-development.html
302302
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
303303
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
304-
```
305-
````
304+

examples/lock-app/cc13x4_26x4/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
5757
- Download and install [SysConfig][sysconfig]. This can be done simply with
5858
the following commands.
5959

60-
````
60+
```
6161
$ cd ~
6262
$ wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.18.1.3343/sysconfig-1.18.1_3343-setup.run
6363
$ chmod +x sysconfig-1.18.1_3343-setup.run
@@ -213,7 +213,7 @@ Getting Started Guide][matter-e2e-faq].
213213
Commission the device onto the Matter network. Run the following command on the
214214
CHIP tool:
215215

216-
````
216+
```
217217
218218
./chip-tool pairing ble-thread <nodeID - e.g. 1>
219219
hex:<complete dataset from starting the OTBR> 20202021 3840

examples/shell/cc13x2x7_26x2x7/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ guide assumes that the environment is linux based, and recommends Ubuntu 20.04.
1414
- Download and install [SysConfig][sysconfig]. This can be done simply with
1515
the following commands.
1616

17-
````
17+
```
1818
$ cd ~
1919
$ wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-nsUM6f7Vvb/1.18.1.3343/sysconfig-1.18.1_3343-setup.run
2020
$ chmod +x sysconfig-1.18.1_3343-setup.run
@@ -180,4 +180,4 @@ Additionally, we welcome any feedback.
180180
https://www.ti.com/wireless-connectivity/thread/design-development.html
181181
[ot_border_router_setup]: https://openthread.io/guides/border-router/build
182182
[uniflash]: https://www.ti.com/tool/download/UNIFLASH
183-
````
183+

0 commit comments

Comments
 (0)