diff --git a/doc/api/fs.md b/doc/api/fs.md index f1b7e1ccbb1c60..f1e2bcb60ab98a 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3635,8 +3635,8 @@ conditions, `fs.write()` may write only part of the buffer and will need to be retried to write the remaining data, whereas `fs.writeFile()` will retry until the data is entirely written (or an error occurs). -Since the implications of this are a common source of confusion, note that in -the file descriptor case the file is not replaced! The data is not necessarily +The implications of this are a common source of confusion. In +the file descriptor case, the file is not replaced! The data is not necessarily written to the beginning of the file, and the file's original data may remain before and/or after the newly written data.