Skip to content

Commit 862e13d

Browse files
authored
docs: fix typo and grammar in browser-support (#2515)
1 parent 3cefe2c commit 862e13d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

guide/src/reference/browser-support.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ also like to be aware of it!
2020
that at this time no bundler will do this by default, but we'd love to
2121
document plugins which do this if you are aware of one!
2222

23-
* **Edge before 79+** - the `TextEncoder` and `TextDecoder` APIs where not
24-
available in Edge which `wasm-bindgen` uses to encode/decode strings between
25-
JS and Rust. You can polyfill this with at least one of two strategies:
23+
* **Edge before 79+** - the `TextEncoder` and `TextDecoder` APIs, which
24+
`wasm-bindgen` uses to encode/decode strings between JS and Rust, were not
25+
available before version 79. You can polyfill this with at least one of two
26+
strategies:
2627

2728
1. If using a bundler, you can likely configure the bundler to polyfill these
2829
types by default. For example if you're using Webpack you can use the

0 commit comments

Comments
 (0)