diff --git a/src/device/rescue/mod.rs b/src/device/rescue/mod.rs index 75e5e70..6514bf9 100644 --- a/src/device/rescue/mod.rs +++ b/src/device/rescue/mod.rs @@ -628,7 +628,7 @@ pub fn write_config(config: AppConfigInput) -> Result { /// /// # Arguments /// * `to_bootsel` - If `true`, device enters UF2 bootloader mode for firmware flashing. -/// If `false`, device performs a normal reboot into FIDO mode. +/// If `false`, device performs a normal reboot into FIDO mode. /// /// # Returns /// A confirmation string if the reboot command was accepted.