YuKun Liu пре 3 година
родитељ
комит
91c40f3b88
2 измењених фајлова са 8 додато и 8 уклоњено
  1. 4 4
      docs/cli/src/cmd/build.md
  2. 4 4
      docs/cli/src/cmd/serve.md

+ 4 - 4
docs/cli/src/cmd/build.md

@@ -1,6 +1,6 @@
 # Build
 
-`dioxsu build` command can help you `pack & build` a dioxus project.
+The `dioxus build` command can help you `pack & build` a dioxus project.
 
 ```
 dioxus-build 
@@ -15,7 +15,7 @@ OPTIONS:
         --release                [default: false]
 ```
 
-you can use this command to build project to `out_dir` :
+You can use this command to build project to `out_dir` :
 
 ```
 dioxus build --release
@@ -23,7 +23,7 @@ dioxus build --release
 
 ## Target platform
 
-use option `platform` choose build target platform:
+Use option `platform` choose build target platform:
 
 ```
 # for desktop project
@@ -39,7 +39,7 @@ dioxus build --platform web
 
 ## Build Example
 
-you can use `--example {name}` to build a example code.
+You can use `--example {name}` to build a example code.
 
 ```
 # build `example/test` code

+ 4 - 4
docs/cli/src/cmd/serve.md

@@ -1,6 +1,6 @@
 # Serve
 
-`dioxsu serve` can start a dev server (include hot-reload tool) to run the project.
+The `dioxus serve` can start a dev server (include hot-reload tool) to run the project.
 
 ```
 dioxus-serve 
@@ -15,7 +15,7 @@ OPTIONS:
         --release                [default: false]
 ```
 
-you can use this command to build project and start a `dev server` :
+You can use this command to build project and start a `dev server` :
 
 ```
 dioxus serve
@@ -23,7 +23,7 @@ dioxus serve
 
 ## Target platform
 
-use option `platform` choose build target platform:
+Use option `platform` choose build target platform:
 
 ```
 # for desktop project
@@ -41,7 +41,7 @@ dioxus serve --platform web
 
 ## Serve Example
 
-you can use `--example {name}` to start a example code.
+You can use `--example {name}` to start a example code.
 
 ```
 # build `example/test` code