Skip to content

Commit 623737b

Browse files
authored
Update article.md
Fix typo, minor grammar fix.
1 parent 4d01fc2 commit 623737b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 4-binary/02-text-decoder/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
What if the binary data is actually a string? For instance, we received a file with textual data.
44

5-
The build-in [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) object allows to read the value into an actual JavaScript string, given the buffer and the encoding.
5+
The built-in [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) object allows one to read the value into an actual JavaScript string, given the buffer and the encoding.
66

77
We first need to create it:
88
```js

0 commit comments

Comments
 (0)