From 49b0d969f5f173f9615d3f18e98e57ce97dc829a Mon Sep 17 00:00:00 2001 From: Arslan Ali Date: Thu, 30 Sep 2021 09:39:03 +0500 Subject: [PATCH] doc: Update doc/api/fs.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tobias Nießen --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index e8665852920297..0db83fa22255ec 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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 -with no host name and no drive letter will not result in an error: +with no host name and no drive letter will result in an error: ```mjs import { readFileSync } from 'fs';