From 11b9b72b4171e54598ff6de5fb31195efa710421 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 11 Mar 2021 13:57:38 -0500 Subject: [PATCH] docs: Minor wording change to TMC_Drivers.md Signed-off-by: Kevin O'Connor --- docs/TMC_Drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TMC_Drivers.md b/docs/TMC_Drivers.md index 2cd9069d..57ed99c4 100644 --- a/docs/TMC_Drivers.md +++ b/docs/TMC_Drivers.md @@ -272,7 +272,7 @@ shared SPI bus that can not be configured in Klipper, then use a section](Config_Reference.md#static_digital_output) to set the CS pin of the unused device high (so that it will not attempt to use the SPI bus). The board's schematic is often a useful reference for finding -which devices are on an SPI bus and their associated pin settings. +which devices are on an SPI bus and their associated pins. ## How do I tune spreadcycle/coolstep/etc. mode on my drivers?