diff --git a/doc/api/fs.md b/doc/api/fs.md index 166ad6a63e033b..f0910d24892907 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -273,7 +273,7 @@ The path to the file the stream is writing to. ## fs.access(path[, mode], callback) Tests a user's permissions for the file specified by `path`. `mode` is an @@ -302,7 +302,7 @@ fs.access('/etc/passwd', fs.R_OK | fs.W_OK, (err) => { ## fs.accessSync(path[, mode]) Synchronous version of [`fs.access()`][]. This throws if any accessibility checks