Fixed typo in Router guide getting-started.md (#1208)

This commit is contained in:
leahiel 2023-07-17 18:18:11 -04:00 committed by GitHub
parent 9cbc086aa1
commit f2a3e104d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
...
```