Skip to content

Commit

Permalink
doc: fix typo in buffer.md
Browse files Browse the repository at this point in the history
"alterered" ->  "altered"

PR-URL: #38243
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
arkerone authored and aduh95 committed Apr 17, 2021
1 parent d756d2b commit fb93b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ added: v15.7.0
* `type` {string} The content-type for the new `Blob`

Creates and returns a new `Blob` containing a subset of this `Blob` objects
data. The original `Blob` is not alterered.
data. The original `Blob` is not altered.

### `blob.text()`
<!-- YAML
Expand Down

0 comments on commit fb93b71

Please sign in to comment.