Skip to content

Commit 567364e

Browse files
authored
Fix typo in wasm-bindgen-test README (#2275)
1 parent b11a4e3 commit 567364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ over the test process!
5252
The test runner is currently pretty simple, executing a few steps:
5353

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

0 commit comments

Comments
 (0)