Bläddra i källkod

Merge pull request #133 from zoechi/patch-1

Fix typo
YuKun Liu 2 år sedan
förälder
incheckning
3d53955f4a
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      docs/src/cmd/serve.md

+ 2 - 2
docs/src/cmd/serve.md

@@ -45,5 +45,5 @@ You can use `--example {name}` to start a example code.
 
 ```
 # build `example/test` code
-dioxus serve --exmaple test
-```
+dioxus serve --example test
+```