diff --git a/doc/api/fs.md b/doc/api/fs.md index 84f66b0205ca81..2d94ba1a1e793e 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -214,7 +214,7 @@ added: v10.0.0 --> * `uid` {integer} The file's new owner's user id. -* `gid` {integer} * `gid` {integer} The file's new group's group id. +* `gid` {integer} The file's new group's group id. * Returns: {Promise} Fulfills with `undefined` upon success. Changes the ownership of the file. A wrapper for chown(2). @@ -365,8 +365,6 @@ changes: {fs.Stats} object should be `bigint`. **Default:** `false`. * Returns: {Promise} Fulfills with an {fs.Stats} for the file. - - #### `filehandle.sync()`