mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 00:17:17 +00:00
Fixed typo in Router guide getting-started.md (#1208)
This commit is contained in:
parent
9cbc086aa1
commit
f2a3e104d4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ If you haven't already, make sure you install the [dioxus-cli](https://dioxuslab
|
|||
```
|
||||
$ cargo install dioxus-cli
|
||||
...
|
||||
$ rustup target add wasm32-unkown-unknown
|
||||
$ rustup target add wasm32-unknown-unknown
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue