mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
02de40246f
commit
88b497a11b
@@ -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()`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user