docs: fix double spelling error in bt_spp_initiator

when checking the idf.py menuconfig, we see that this path is incorrectly spelled
This commit is contained in:
cvvletter 2021-11-22 15:52:47 +01:00 committed by Darian Leung
parent d7bb5c4218
commit dee4424a45

View File

@ -17,7 +17,7 @@ This example is designed to run on commonly available ESP32 development board, e
idf.py menuconfig idf.py menuconfig
``` ```
In `menuconfig` path: `Coponent config --> Bluetooth--> Bluedroid Options -->SPP` and `Coponent config --> Bluetooth--> Bluedroid Options -->Secure Simple Pair`. In `menuconfig` path: `Component config --> Bluetooth--> Bluedroid Options -->SPP` and `Component config --> Bluetooth--> Bluedroid Options -->Secure Simple Pair`.
### Build and Flash ### Build and Flash