docs(contributing): fixed typo

fixes #622 errors

docs(contributing): fixed typo
This commit is contained in:
CeruleanSource 2023-05-10 18:22:00 -04:00 committed by DeluxeViper
parent a32bccba16
commit 568b35aec7

View file

@ -27,7 +27,7 @@ Most communication and interactions happen with protocol buffers. The [Meshtasti
### Device Firmware
The [firmware](https://github.com/meshtastic/firmware) is where all of the firmware development happens. This is where the code for the ESP32 and nRF52 based devices is developed. It is mainly C and C++ code.Think Arduino. It is where the first level of hardware interaction begins and ends.
The [firmware](https://github.com/meshtastic/firmware) is where all of the firmware development happens. This is where the code for the ESP32 and nRF52 based devices is developed. It is mainly C and C++ code. Think Arduino. It is where the first level of hardware interaction begins and ends.
### Firmware Modules