Pārlūkot izejas kodu

Merge pull request #249 from dazmaks/master

Fix typo
Jonathan Kelley 3 gadi atpakaļ
vecāks
revīzija
b65e730e39
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/reference/src/mobile/index.md

+ 1 - 1
docs/reference/src/mobile/index.md

@@ -21,7 +21,7 @@ $ cargo install --git https://github.com/BrainiumLLC/cargo-mobile
 And then initialize your app for the right platform. Use the `winit` template for now. Right now, there's no "Dioxus" template in cargo-mobile.
 
 ```shell
-$ cargo moble init 
+$ cargo mobile init
 ```
 
 We're going to completely clear out the `dependencies` it generates for us, swapping out `winit` with `dioxus-mobile`.