From 862e13defa2aa888f84f33e58d3e3e149cd170a2 Mon Sep 17 00:00:00 2001 From: Glenn Slotte Date: Thu, 1 Apr 2021 16:35:53 +0200 Subject: [PATCH] docs: fix typo and grammar in browser-support (#2515) --- 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 d71abe79b..ecf8fbe52 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