From fb93b713075caa302b617a6cdb495f649bc45622 Mon Sep 17 00:00:00 2001 From: Arkerone Date: Thu, 15 Apr 2021 09:58:52 +0200 Subject: [PATCH] doc: fix typo in buffer.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "alterered" -> "altered" PR-URL: https://github.com/nodejs/node/pull/38243 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Michaƫl Zasso Reviewed-By: Darshan Sen Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/api/buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/buffer.md b/doc/api/buffer.md index e7183121b6daa3..7e75e33a270a52 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -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()`