Skip to content

Commit dadf67a

Browse files
authored
Merge pull request rustwasm#40 from theemathas/patch-1
Fix typo: uknown -> unknown
2 parents 295f80e + 0971a4e commit dadf67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
If you want to be able to use Rust for wasm then you need an environment to be able to do that! If
44
you haven't already you'll need to install [rustup][rustup] the official tool in order to install
55
and manage different versions of the Rust compiler. Follow the instructions on the site to get it
6-
installed on your machine. Once that's installed you'll need to get the `wasm32-uknown-unknown`
6+
installed on your machine. Once that's installed you'll need to get the `wasm32-unknown-unknown`
77
toolchain.
88

99
```bash

0 commit comments

Comments
 (0)