From bd71649248a5c049d21586cbf6b2e42e07f86d1d Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Fri, 26 Oct 2018 23:21:08 -0400 Subject: [PATCH] fix encoder docs --- docs/feature_encoders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_encoders.md b/docs/feature_encoders.md index 036c6a1d89..e5c7ed30ae 100644 --- a/docs/feature_encoders.md +++ b/docs/feature_encoders.md @@ -45,4 +45,4 @@ or `keymap.c`: ## Hardware -The A an B lines of the encoders should be wired directly to the MCU, and the C/common lines should be wired to ground. +The A and B lines of the encoders should be wired directly to the MCU, and the C/common lines should be wired to ground.