浏览代码

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.