From 48a3aed895c833897fb5de39996e37e41c1a8b13 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 --- 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 9b76e5adb1123e..6ec2f391be9af4 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