diff --git a/crates/typos-cli/src/bin/typos-cli/report.rs b/crates/typos-cli/src/bin/typos-cli/report.rs index 49debd1..3f86f51 100644 --- a/crates/typos-cli/src/bin/typos-cli/report.rs +++ b/crates/typos-cli/src/bin/typos-cli/report.rs @@ -231,7 +231,7 @@ fn print_long_correction(msg: &Typo, palette: Palette) -> Result<(), std::io::Er handle, "{:#}: {:#}", palette.error("error"), - palette.strong(format_args!("`{}` is disallowed`", msg.typo)) + palette.strong(format_args!("`{}` is disallowed", msg.typo)) )?; } typos::Status::Corrections(corrections) => {