Skip to content

Commit 209d19f

Browse files
authored
Fix typo in web-sys contributing docs (#2490)
1 parent 1e4390f commit 209d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/src/contributing/web-sys/supporting-more-web-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
```sh
3535
cd crates/web-sys
36-
cargo run --release --package wasm-bindgen-webidl webidls src/features
36+
cargo run --release --package wasm-bindgen-webidl -- webidls src/features
3737
```
3838

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

0 commit comments

Comments
 (0)