aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/MCU_Commands.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/MCU_Commands.md b/docs/MCU_Commands.md
index c576ad88..f103af5f 100644
--- a/docs/MCU_Commands.md
+++ b/docs/MCU_Commands.md
@@ -14,9 +14,9 @@ with that format, just note that where a '%...' sequence is seen it
should be replaced with an actual integer. For example, a description
with "count=%c" could be replaced with the text "count=10". Note that
parameters that are considered "enumerations" (see the above protocol
-document) actually take a string value which is automatically
-converted to an integer value for the micro-controller. This is common
-with parameters named "pin" (or that have a suffix of "_pin").
+document) take a string value which is automatically converted to an
+integer value for the micro-controller. This is common with parameters
+named "pin" (or that have a suffix of "_pin").
Startup Commands
================