From 66edb7bfe153baf57dbbe5cb26591dc7263b26b6 Mon Sep 17 00:00:00 2001 From: Arslan Ali Date: Wed, 29 Sep 2021 12:41:25 +0500 Subject: [PATCH] doc: fix typo in fs.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40254 Reviewed-By: Gireesh Punathil Reviewed-By: Michaƫl Zasso Reviewed-By: Qingyu Deng Reviewed-By: Antoine du Hamel --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 836aa3ef48260b..b67e17c16063d2 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6543,7 +6543,7 @@ a string, a {Buffer}, or a {URL} object using the `file:` protocol. #### String paths -String form paths are interpreted as UTF-8 character sequences identifying +String from paths are interpreted as UTF-8 character sequences identifying the absolute or relative filename. Relative paths will be resolved relative to the current working directory as determined by calling `process.cwd()`.