We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3aed0 commit 5756d67Copy full SHA for 5756d67
doc/api/util.md
@@ -672,7 +672,7 @@ supported encodings or an alias.
672
* Returns: {string}
673
674
Decodes the `input` and returns a string. If `options.stream` is `true`, any
675
-incomplete byte sequences occuring at the end of the `input` are buffered
+incomplete byte sequences occurring at the end of the `input` are buffered
676
internally and emitted after the next call to `textDecoder.decode()`.
677
678
If `textDecoder.fatal` is `true`, decoding errors that occur will result in a
0 commit comments