summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarsonya <akhil.marsonya27@gmail.com>2021-02-08 00:55:51 +0530
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-13 18:14:50 +0100
commit9ce27a9b4a343a8899f628dd03129155797cff08 (patch)
treecd377c6dc09cc6eccabe954bd95a4e11451aca2b
parent332521e3109451de3de6b208002806e0aef2741b (diff)
downloadnode-new-9ce27a9b4a343a8899f628dd03129155797cff08.tar.gz
doc: fix typo in buffer.md
PR-URL: https://github.com/nodejs/node/pull/37268 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
-rw-r--r--doc/api/buffer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 5c02be9f36..d3c1e43e5e 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -370,7 +370,7 @@ The content-type of the `Blob`.
### `Blob` objects and `MessageChannel`
Once a {Blob} object is created, it can be sent via `MessagePort` to multiple
-destinations without transfering or immediately copying the data. The data
+destinations without transferring or immediately copying the data. The data
contained by the `Blob` is copied only when the `arrayBuffer()` or `text()`
methods are called.