From 8ad4fa31776b5de32542d4b80cf9a143d44d7d8c Mon Sep 17 00:00:00 2001 From: Michael Xu Date: Thu, 7 Sep 2023 22:34:22 -0400 Subject: [PATCH] fix(risedev): typo fixing --- 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!(