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:
authorArslan Ali <arslanali.921996@gmail.com>2021-09-29 10:41:25 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-29 12:41:41 +0300
commit88b497a11bec6c85496e1273f5ff2acefa62df11 (patch)
treeaf28ed2040464b8579a8edeb532394665a82662c /doc/api/fs.md
parent02de40246f261355ece1cc044e282db4db60d59b (diff)
doc: fix typo in fs.md
PR-URL: https://github.com/nodejs/node/pull/40254 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@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 fb165010339..8433f6ce832 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 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()`.