Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian White <mscdex@mscdex.net>2021-09-29 14:57:25 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-29 18:17:42 +0300
commit1798674bc99b57f882768ec7bc883c9518350e15 (patch)
treeb3f043f4e7e90598062c7345b7f88201aa3c2298 /doc/api/fs.md
parent5607de8c132a45555fe1013a6519918f83bb6718 (diff)
doc: fix typo in fs
PR-URL: https://github.com/nodejs/node/pull/40257 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/fs.md')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 8433f6ce832..cea4f600ac8 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -6700,7 +6700,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()`.