docs: Various minor fixes (#5175)

Signed-off-by: Yifei Ding<yifeiding@protonmail.com
This commit is contained in:
Yifei Ding
2022-01-26 15:00:18 -08:00
committed by GitHub
parent 28b568a6ac
commit 7d57a7c4c8
8 changed files with 12 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ Klipper currently only supports CAN on stm32 chips. In addition, the
micro-controller chip must support CAN and it must be on a board that
has a CAN transceiver.
To compile for CAN, run "make menuconfig" and select "CAN bus" as the
To compile for CAN, run `make menuconfig` and select "CAN bus" as the
communication interface. Finally, compile the micro-controller code
and flash it to the target board.