Переглянути джерело

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

simonsan 1 рік тому
батько
коміт
d9f78abf10
1 змінених файлів з 1 додано та 1 видалено
  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.
     Serve(serve::Serve),
 
-    /// Create a new project for Dioxus.a
+    /// Create a new project for Dioxus.
     New(create::Create),
 
     /// Init a new project for Dioxus in an existing directory.