Skip to content

Commit 1798674

Browse files
mscdexnodejs-github-bot
authored andcommitted
doc: fix typo in fs
PR-URL: #40257 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 5607de8 commit 1798674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6700,7 +6700,7 @@ a string, a {Buffer}, or a {URL} object using the `file:` protocol.
67006700
67016701
#### String paths
67026702
6703-
String from paths are interpreted as UTF-8 character sequences identifying
6703+
String paths are interpreted as UTF-8 character sequences identifying
67046704
the absolute or relative filename. Relative paths will be resolved relative
67056705
to the current working directory as determined by calling `process.cwd()`.
67066706

0 commit comments

Comments
 (0)