From e22108d1503606b843888eba4497a9fd5e91c885 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 --- 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 a5649e5e9a84bf..bc397d3aacf40f 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2768,9 +2768,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)`