We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e48bd commit 62fee13Copy full SHA for 62fee13
guide/src/reference/deployment.md
@@ -26,7 +26,7 @@ should behave the same way in this respect. The values possible here are:
26
**`--target bundler`**
27
28
The default output of `wasm-bindgen`, or the `bundler` target, assumes a model
29
-where the wasm module itself is natively an ES module. This model, however, not
+where the wasm module itself is natively an ES module. This model, however, is not
30
natively implemented in any JS implementation at this time. As a result, to
31
consume the default output of `wasm-bindgen` you will need a bundler of some
32
form.
0 commit comments