diff --git a/src/why-rust-and-webassembly.md b/src/why-rust-and-webassembly.md index 4196a4b4..06578b00 100644 --- a/src/why-rust-and-webassembly.md +++ b/src/why-rust-and-webassembly.md @@ -26,7 +26,7 @@ benefits. And you can even stop there if you want to. ## Plays Well With Others -Rust and WebAssembly integrates with existing JavaScript tooling. It supports +Rust and WebAssembly integrate with existing JavaScript tooling. They support ECMAScript modules and you can continue using the tooling you already love, like npm and Webpack.