diff --git a/doc/api/fs.md b/doc/api/fs.md index 9de798c6ff7ca2..240ba585671619 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2313,6 +2313,9 @@ object with an `encoding` property specifying the character encoding to use. * `path` {string|Buffer|URL} * `flags` {string|number} See [support of file system `flags`][]. + **Default:** `'r'`. * `mode` {integer} **Default:** `0o666` (readable and writable) * Returns: {Promise}