Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Commit 2bdbafc

Browse files
authored
Fix typo (#112)
1 parent a30f56a commit 2bdbafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getting-started/project-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ together with the [`wasm-pack-plugin`](https://github.com/wasm-tool/wasm-pack-pl
2727
Both a library and CLI tool and is also developed by the Rust / Wasm Working Group. It is a low level
2828
tool \(used internally by `wasm-pack`\) which facilitates JS / WebAssembly interoperability. We don't
2929
recommend using `wasm-bindgen`directly because it requires hand-writing some JavaScript to bootstrap
30-
you WebAssembly binary. However, it is possible and more info can be found on the
30+
your WebAssembly binary. However, it is possible and more info can be found on the
3131
[**`wasm-bindgen` guide**](https://rustwasm.github.io/docs/wasm-bindgen/).
3232

3333
{% page-ref page="using-wasm-bindgen.md" %}

0 commit comments

Comments
 (0)