Skip to content

Commit 1d0a3e1

Browse files
mscdextargos
authored andcommitted
doc: fix typo in fs
PR-URL: #40257 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 48c162d commit 1d0a3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6543,7 +6543,7 @@ a string, a {Buffer}, or a {URL} object using the `file:` protocol.
65436543
65446544
#### String paths
65456545
6546-
String from paths are interpreted as UTF-8 character sequences identifying
6546+
String paths are interpreted as UTF-8 character sequences identifying
65476547
the absolute or relative filename. Relative paths will be resolved relative
65486548
to the current working directory as determined by calling `process.cwd()`.
65496549

0 commit comments

Comments
 (0)