Skip to content

Commit

Permalink
doc: fix typo in fs
Browse files Browse the repository at this point in the history
PR-URL: #40257
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
mscdex authored and nodejs-github-bot committed Sep 29, 2021
1 parent 5607de8 commit 1798674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -6700,7 +6700,7 @@ a string, a {Buffer}, or a {URL} object using the `file:` protocol.
#### String paths
String from paths are interpreted as UTF-8 character sequences identifying
String 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 1798674

Please sign in to comment.