Skip to content

Commit

Permalink
Update doc/api/fs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott authored May 22, 2023
1 parent 1a3c70a commit 040f6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3204,7 +3204,7 @@ The optional `options` argument can be an integer specifying `mode` (permission
and sticky bits), or an object with a `mode` property and a `recursive`
property indicating whether parent directories should be created. Calling
`fs.mkdir()` when `path` is a directory that exists results in an error only
when `recursive` is false. If `recursive` is false and the directory exists,
when `recursive` is false. If `recursive` is false and the directory exists,
an `EEXIST` error occurs.
```mjs
Expand Down

0 comments on commit 040f6df

Please sign in to comment.