Skip to content

Commit

Permalink
Fix typo in wasm-bindgen-test README (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o authored Aug 10, 2020
1 parent b11a4e3 commit 567364e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ over the test process!
The test runner is currently pretty simple, executing a few steps:

* First, it runs the equivalent of `wasm-bindgen`. This'll generate wasm-bindgen
output in a temoprary directory.
output in a temporary directory.
* Next, it generates a small shim JS file which imports these
wasm-bindgen-generated files and executes the test harness.
* Finally, it executes `node` over the generated JS file, executing all of your
Expand Down

0 comments on commit 567364e

Please sign in to comment.