Skip to content

Commit

Permalink
fixup! doc: use serial comma in fs docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed May 15, 2022
1 parent d9a91c4 commit cf0fb14
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 @@ -1559,7 +1559,7 @@ changes:
* Returns: {Promise} Fulfills with `undefined` upon success.
Asynchronously writes data to a file, replacing the file if it already exists.
`data` can be a string, a buffer, an {AsyncIterable} or {Iterable} object.
`data` can be a string, a buffer, an {AsyncIterable}, or an {Iterable} object.
The `encoding` option is ignored if `data` is a buffer.
Expand Down

0 comments on commit cf0fb14

Please sign in to comment.