Skip to content

Commit cf0fb14

Browse files
committed
fixup! doc: use serial comma in fs docs
1 parent d9a91c4 commit cf0fb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@ changes:
15591559
* Returns: {Promise} Fulfills with `undefined` upon success.
15601560
15611561
Asynchronously writes data to a file, replacing the file if it already exists.
1562-
`data` can be a string, a buffer, an {AsyncIterable} or {Iterable} object.
1562+
`data` can be a string, a buffer, an {AsyncIterable}, or an {Iterable} object.
15631563
15641564
The `encoding` option is ignored if `data` is a buffer.
15651565

0 commit comments

Comments
 (0)