From e98da3d0307b288f254e6e2dfcb3a7ce7bc4d555 Mon Sep 17 00:00:00 2001 From: Leko Date: Mon, 27 Nov 2017 20:47:27 +0900 Subject: [PATCH] doc: fix typo occuring -> occurring PR-URL: https://github.com/nodejs/node/pull/17350 Reviewed-By: Yosuke Furukawa Reviewed-By: Richard Lau Reviewed-By: Gireesh Punathil Reviewed-By: Daniel Bevenius Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca Reviewed-By: Jon Moss Reviewed-By: Colin Ihrig --- doc/api/util.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/util.md b/doc/api/util.md index 9b76e5adb11..6ec2f391be9 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -692,7 +692,7 @@ supported encodings or an alias. * Returns: {string} Decodes the `input` and returns a string. If `options.stream` is `true`, any -incomplete byte sequences occuring at the end of the `input` are buffered +incomplete byte sequences occurring at the end of the `input` are buffered internally and emitted after the next call to `textDecoder.decode()`. If `textDecoder.fatal` is `true`, decoding errors that occur will result in a