From eb59d84b00a17cc7b696aa6c72f88ccbf41bb7b3 Mon Sep 17 00:00:00 2001 From: Xu Date: Fri, 8 Sep 2023 02:17:15 -0400 Subject: [PATCH] fix(risedev): typo fixing (#12163) --- src/risedevtool/src/bin/risedev-dev.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/risedevtool/src/bin/risedev-dev.rs b/src/risedevtool/src/bin/risedev-dev.rs index acb13473289ee..c2e586802489b 100644 --- a/src/risedevtool/src/bin/risedev-dev.rs +++ b/src/risedevtool/src/bin/risedev-dev.rs @@ -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!(