Skip to content

Commit

Permalink
Fix typo in web-sys contributing docs (rustwasm#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
eminence authored Mar 15, 2021
1 parent 1e4390f commit 209d19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/contributing/web-sys/supporting-more-web-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

```sh
cd crates/web-sys
cargo run --release --package wasm-bindgen-webidl webidls src/features
cargo run --release --package wasm-bindgen-webidl -- webidls src/features
```

You can then use `git diff` to ensure the bindings look correct.

0 comments on commit 209d19f

Please sign in to comment.