From 62fee13a46b54896310db0395a634aefe3694845 Mon Sep 17 00:00:00 2001 From: gnodarse <46761795+gnodarse@users.noreply.github.com> Date: Tue, 7 Jan 2020 15:22:15 -0500 Subject: [PATCH] Add missing word 'is' (#1947) --- guide/src/reference/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/reference/deployment.md b/guide/src/reference/deployment.md index 1eda4742..c0c8323f 100644 --- a/guide/src/reference/deployment.md +++ b/guide/src/reference/deployment.md @@ -26,7 +26,7 @@ should behave the same way in this respect. The values possible here are: **`--target bundler`** The default output of `wasm-bindgen`, or the `bundler` target, assumes a model -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 natively implemented in any JS implementation at this time. As a result, to consume the default output of `wasm-bindgen` you will need a bundler of some form.