Skip to content

Commit f253cb9

Browse files
marsonyadanielleadams
authored andcommitted
doc: fix typo in buffer.md
PR-URL: #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>
1 parent 804e7ae commit f253cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ The content-type of the `Blob`.
370370
### `Blob` objects and `MessageChannel`
371371

372372
Once a {Blob} object is created, it can be sent via `MessagePort` to multiple
373-
destinations without transfering or immediately copying the data. The data
373+
destinations without transferring or immediately copying the data. The data
374374
contained by the `Blob` is copied only when the `arrayBuffer()` or `text()`
375375
methods are called.
376376

0 commit comments

Comments
 (0)