Skip to content

Commit

Permalink
doc: fix typo in fs.md
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
warlock1996 authored and targos committed Oct 4, 2021
1 parent 972d921 commit 66edb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -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()`.
Expand Down

0 comments on commit 66edb7b

Please sign in to comment.