We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b45b42 commit 3a9a5d8Copy full SHA for 3a9a5d8
doc/api/util.md
@@ -657,7 +657,7 @@ supported encodings or an alias.
657
* Returns: {string}
658
659
Decodes the `input` and returns a string. If `options.stream` is `true`, any
660
-incomplete byte sequences occuring at the end of the `input` are buffered
+incomplete byte sequences occurring at the end of the `input` are buffered
661
internally and emitted after the next call to `textDecoder.decode()`.
662
663
If `textDecoder.fatal` is `true`, decoding errors that occur will result in a
0 commit comments