Skip to content

Commit 5756d67

Browse files
LekoMylesBorins
authored andcommitted
doc: fix typo occuring -> occurring
PR-URL: #17350 Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 1e3aed0 commit 5756d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ supported encodings or an alias.
672672
* Returns: {string}
673673

674674
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
675+
incomplete byte sequences occurring at the end of the `input` are buffered
676676
internally and emitted after the next call to `textDecoder.decode()`.
677677

678678
If `textDecoder.fatal` is `true`, decoding errors that occur will result in a

0 commit comments

Comments
 (0)