Browse Source

fix: remove misplaced 'a' from cli help text (#2166)

simonsan 1 year ago
parent
commit
d9f78abf10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/cli/src/cli/mod.rs

+ 1 - 1
packages/cli/src/cli/mod.rs

@@ -56,7 +56,7 @@ pub enum Commands {
     /// Build, watch & serve the Rust WASM app and all of its assets.
     /// Build, watch & serve the Rust WASM app and all of its assets.
     Serve(serve::Serve),
     Serve(serve::Serve),
 
 
-    /// Create a new project for Dioxus.a
+    /// Create a new project for Dioxus.
     New(create::Create),
     New(create::Create),
 
 
     /// Init a new project for Dioxus in an existing directory.
     /// Init a new project for Dioxus in an existing directory.