docs: fix incorrect wording for 'klipper_restart_when_powered'

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-01-27 07:12:19 -05:00
parent 9c385ce067
commit e8776a5d85
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ locked_while_printing: False
restart_klipper_when_powered: False
# If set to True, Moonraker will issue a "FIRMWARE_RESTART" to Klipper
# after the device has been powered on. The default is False, thus no
# attempt to made to restart klipper after a restart.
# attempt to made to restart Klipper after power on.
restart_delay: 1.
# If "restart_klipper_when_powered" is set, this option specifies the amount
# of time (in seconds) to delay the restart. Default is 1 second.