summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeko <leko.noor@gmail.com>2017-11-27 20:47:27 +0900
committerAnna Henningsen <anna@addaleax.net>2017-11-28 02:38:39 +0100
commite98da3d0307b288f254e6e2dfcb3a7ce7bc4d555 (patch)
tree2448d46871249653a11178a4e902db96d102f0c6 /doc
parent6fc8765e4e4b5241fe17c55beaa77e23fa152045 (diff)
downloadandroid-node-v8-e98da3d0307b288f254e6e2dfcb3a7ce7bc4d555.tar.gz
android-node-v8-e98da3d0307b288f254e6e2dfcb3a7ce7bc4d555.tar.bz2
android-node-v8-e98da3d0307b288f254e6e2dfcb3a7ce7bc4d555.zip
doc: fix typo occuring -> occurring
PR-URL: https://github.com/nodejs/node/pull/17350 Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index 9b76e5adb1..6ec2f391be 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