From 5e2638e0f506712c357f8534091fb0a06290c2fe Mon Sep 17 00:00:00 2001 From: tah997 Date: Mon, 14 Oct 2024 22:27:32 +1100 Subject: [PATCH] Improved wording in adc-resolution.md The verb "demonstrates" has better flow. Alternatively, use "shows" instead of "show" --- .../uno-r4-wifi/tutorials/adc-resolution/adc-resolution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/adc-resolution/adc-resolution.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/adc-resolution/adc-resolution.md index 75bcd04352..9c093fb817 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/adc-resolution/adc-resolution.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/adc-resolution/adc-resolution.md @@ -43,4 +43,4 @@ void loop(){ ## Summary -This short tutorial show how to update the resolution for your ADC, a new feature available on the UNO R4 WiFi board. +This short tutorial demonstrates how to update the resolution for your ADC, a new feature available on the UNO R4 WiFi board.