aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Bootloaders.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-05-10 11:54:41 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-05-10 11:55:06 -0400
commitbe4b8b17f26ecafa264ea5379ffc3b3c20e1ce1f (patch)
tree2f3aaf29eb909d695e928f6618440d034e683638 /docs/Bootloaders.md
parent88731c283629f116be0c81b82a41db8f8ecb067b (diff)
downloadkutter-be4b8b17f26ecafa264ea5379ffc3b3c20e1ce1f.tar.gz
kutter-be4b8b17f26ecafa264ea5379ffc3b3c20e1ce1f.tar.xz
kutter-be4b8b17f26ecafa264ea5379ffc3b3c20e1ce1f.zip
docs: Minor CanBoot documentation fixes
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Bootloaders.md')
-rw-r--r--docs/Bootloaders.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Bootloaders.md b/docs/Bootloaders.md
index 9020b3ac..9c7d42d9 100644
--- a/docs/Bootloaders.md
+++ b/docs/Bootloaders.md
@@ -428,7 +428,7 @@ enter the bootloader by pressing the reset button twice in succession.
The `flash_can.py` utility supplied in the `lib/canboot` folder may be used to
upload Klipper firmware. The device UUID is necessary to flash. If you do not
-have a UUID it is possible to query nodes in currently running the bootloader:
+have a UUID it is possible to query nodes currently running the bootloader:
```
python3 flash_can.py -q
```