From 568b35aec7abaea22f3a4e1cd7f2a5f721af1d6e Mon Sep 17 00:00:00 2001 From: CeruleanSource Date: Wed, 10 May 2023 18:22:00 -0400 Subject: [PATCH] docs(contributing): fixed typo fixes #622 errors docs(contributing): fixed typo --- docs/about/contributing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/contributing.mdx b/docs/about/contributing.mdx index cdd1c279..4aa6f41d 100644 --- a/docs/about/contributing.mdx +++ b/docs/about/contributing.mdx @@ -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