From 4cf4ee99dc3dfbd36d36ffefe4544d2a62656ad4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 5 Apr 2021 19:54:09 +0200 Subject: [PATCH] doc: fix typo in fs.md PR-URL: https://github.com/nodejs/node/pull/38100 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Zijian Liu Reviewed-By: Darshan Sen Reviewed-By: James M Snell --- doc/api/fs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index fa8927fdd92905..83a3ccab9b9093 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2755,9 +2755,9 @@ changes: * `bytesRead` {integer} * `buffer` {Buffer} -Similar to the `fs.read90` function, this version takes an optional `options` -object. If no `options` object is specified, it will default with the above -values. +Similar to the [`fs.read()`][] function, this version takes an optional +`options` object. If no `options` object is specified, it will default with the +above values. ### `fs.readdir(path[, options], callback)`