diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2022-07-28 14:53:58 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-07-28 20:37:34 -0400 |
commit | c29e190696053310b7513c305d63667e67a293d1 (patch) | |
tree | 17331caa4a11a879ef8839a2d2d82844c0fbb85a /docs | |
parent | 3796a319599e84b58886ec6f733277bfe4f1a747 (diff) | |
download | kutter-c29e190696053310b7513c305d63667e67a293d1.tar.gz kutter-c29e190696053310b7513c305d63667e67a293d1.tar.xz kutter-c29e190696053310b7513c305d63667e67a293d1.zip |
docs: fixes typo on heater_bed
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index be33c723..f4f9d39e 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -2144,7 +2144,7 @@ temperature sensors that are reported via the M105 command. Klipper includes definitions for many types of temperature sensors. These sensors may be used in any config section that requires a -temperature sensor (such as an `[extruder]` or `[heated_bed]` +temperature sensor (such as an `[extruder]` or `[heater_bed]` section). ### Common thermistors |