aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-08-24 10:17:49 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-08-24 10:17:49 -0400
commit8e1929649f24e196aaef3fa1f25c3f541a6486ae (patch)
tree39bc8a0b9cacd544a2dfbda94be580792b957db9
parentefbb704522ec246cc91039f5321f6ccfac88e627 (diff)
downloadkutter-8e1929649f24e196aaef3fa1f25c3f541a6486ae.tar.gz
kutter-8e1929649f24e196aaef3fa1f25c3f541a6486ae.tar.xz
kutter-8e1929649f24e196aaef3fa1f25c3f541a6486ae.zip
docs: Fix typo in Debugging.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/Debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md
index cf6dc7c0..a0e15322 100644
--- a/docs/Debugging.md
+++ b/docs/Debugging.md
@@ -215,7 +215,7 @@ compilation.
To compile Klipper for use in simulavr, run:
```
-cd /patch/to/klipper
+cd /path/to/klipper
make menuconfig
```