From cf0fb1426cfefe9ae315f65c99390749174b0b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 15 May 2022 16:44:36 +0000 Subject: [PATCH] fixup! doc: use serial comma in fs docs --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 86d0c4222760f91..304c308d46d45cb 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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.