We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e02124 commit 6c091c7Copy full SHA for 6c091c7
doc/api/fs.md
@@ -6686,7 +6686,7 @@ readFileSync(new URL('file:///tmp/hello'));
6686
6687
On Windows, `file:` {URL}s with a host name convert to UNC paths, while `file:`
6688
{URL}s with drive letters convert to local absolute paths. `file:` {URL}s
6689
-without a host name nor a drive letter will result in an error:
+with no host name and no drive letter will result in an error:
6690
6691
```mjs
6692
import { readFileSync } from 'fs';
0 commit comments