소스 검색

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.