We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca9b95 commit 0d50dfdCopy full SHA for 0d50dfd
doc/api/fs.md
@@ -6752,7 +6752,7 @@ readFileSync(new URL('file:///tmp/hello'));
6752
6753
On Windows, `file:` {URL}s with a host name convert to UNC paths, while `file:`
6754
{URL}s with drive letters convert to local absolute paths. `file:` {URL}s
6755
-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:
6756
6757
```mjs
6758
import { readFileSync } from 'fs';
0 commit comments