diff options
author | Yifei Ding <dingyifeiair@gmail.com> | 2022-01-26 15:00:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 18:00:18 -0500 |
commit | 7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d (patch) | |
tree | dbc71a4f6c6487087dfca511ba78c31f7e2bc554 /docs/Command_Templates.md | |
parent | 28b568a6ace40af5f92383d23797409f4c1bcce3 (diff) | |
download | kutter-7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d.tar.gz kutter-7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d.tar.xz kutter-7d57a7c4c846bbf0b6e271b4cc7f86cb0a04d11d.zip |
docs: Various minor fixes (#5175)
Signed-off-by: Yifei Ding<yifeiding@protonmail.com
Diffstat (limited to 'docs/Command_Templates.md')
-rw-r--r-- | docs/Command_Templates.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Command_Templates.md b/docs/Command_Templates.md index 7d5b229e..3aa68c13 100644 --- a/docs/Command_Templates.md +++ b/docs/Command_Templates.md @@ -45,8 +45,7 @@ gcode: SET_PIN PIN=my_led VALUE=0 ``` -This will be showing is you use the `HELP` command or use the autocomplete -function. +The terminal will display the description when you use the `HELP` command or the autocomplete function. ## Save/Restore state for G-Code moves |