We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341f0c5 commit f1b4c4bCopy full SHA for f1b4c4b
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