Skip to content

Commit

Permalink
doc: improved phrasing in fs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warlock1996 committed Oct 4, 2021
1 parent b4f5b40 commit 2f89435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -6751,7 +6751,7 @@ readFileSync(new URL('file:///tmp/hello'));
On Windows, `file:` {URL}s with a host name convert to UNC paths, while `file:`
{URL}s with drive letters convert to local absolute paths. `file:` {URL}s
without a host name or a drive letter will not result in an error:
with no host name and no drive letter will not result in an error:
```mjs
import { readFileSync } from 'fs';
Expand Down

0 comments on commit 2f89435

Please sign in to comment.