Skip to content

Commit

Permalink
chore(term): fix check command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgyt committed Mar 27, 2024
1 parent 873254c commit 59ed1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/synd_term/src/cli/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl CheckCommand {

writeln!(
w,
" Api Heath: {}",
" Api Health: {}",
health
.as_ref()
.map_or("unknown".into(), |h| h.status.to_string())
Expand Down

0 comments on commit 59ed1b8

Please sign in to comment.