From 716de6df390082973000bbe3b08811b0cbb439ab Mon Sep 17 00:00:00 2001 From: Glenn Slotte Date: Thu, 1 Apr 2021 11:16:46 +0200 Subject: [PATCH] docs: fix typo and grammar in browser-support --- guide/src/reference/browser-support.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guide/src/reference/browser-support.md b/guide/src/reference/browser-support.md index d71abe79bdd..ecf8fbe52da 100644 --- a/guide/src/reference/browser-support.md +++ b/guide/src/reference/browser-support.md @@ -20,9 +20,10 @@ also like to be aware of it! that at this time no bundler will do this by default, but we'd love to document plugins which do this if you are aware of one! -* **Edge before 79+** - the `TextEncoder` and `TextDecoder` APIs where not - available in Edge which `wasm-bindgen` uses to encode/decode strings between - JS and Rust. You can polyfill this with at least one of two strategies: +* **Edge before 79+** - the `TextEncoder` and `TextDecoder` APIs, which + `wasm-bindgen` uses to encode/decode strings between JS and Rust, were not + available before version 79. You can polyfill this with at least one of two + strategies: 1. If using a bundler, you can likely configure the bundler to polyfill these types by default. For example if you're using Webpack you can use the