Skip to content

Commit

Permalink
fix(risedev): typo fixing (#12163)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhseh authored Sep 8, 2023
1 parent e097adc commit eb59d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/risedevtool/src/bin/risedev-dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ fn main() -> Result<()> {
err.root_cause().to_string().trim(),
);
println!(
"* Use `{}` to enable new compoenents, if they are missing.",
"* Use `{}` to enable new components, if they are missing.",
style("./risedev configure").blue().bold(),
);
println!(
Expand Down

0 comments on commit eb59d84

Please sign in to comment.