From 1d0a3e1a0cc47daf496316a219ba515b4c7f702b Mon Sep 17 00:00:00 2001 From: Brian White Date: Wed, 29 Sep 2021 07:57:25 -0400 Subject: [PATCH] doc: fix typo in fs PR-URL: https://github.com/nodejs/node/pull/40257 Reviewed-By: Antoine du Hamel Reviewed-By: Colin Ihrig --- 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 b67e17c16063d2..8f61c8a75cac4e 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 from paths are interpreted as UTF-8 character sequences identifying +String 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()`.