소스 검색

Merge pull request #133 from zoechi/patch-1

Fix typo
YuKun Liu 2 년 전
부모
커밋
3d53955f4a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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
+```