From 51eafab39dc37559419c4af8ecf9c1e4a5928162 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 18 Dec 2020 06:41:30 +1100 Subject: [PATCH] docs: fix simple typo, thurroughly -> thoroughly There is a small typo in embedded8266/README.md. Should read `thoroughly` rather than `thurroughly`. --- embedded8266/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embedded8266/README.md b/embedded8266/README.md index 6ff06ba..7c24b10 100644 --- a/embedded8266/README.md +++ b/embedded8266/README.md @@ -18,7 +18,7 @@ Unfortunately the I2S Out (WS2812 in) pin is the same as RX1 (pin 25), which mea The audio data is taken from TOUT, but must be kept between 0 and 1V. -An option that has been thurroughly tested is for use with the 2019 MAGFest Swadge. https://github.com/cnlohr/swadge2019 +An option that has been thoroughly tested is for use with the 2019 MAGFest Swadge. https://github.com/cnlohr/swadge2019 Audio portion: ![Audio portion of schematic](https://raw.githubusercontent.com/cnlohr/swadge2019/master/hardware/swadge2019_schematic_audio.png)