We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c22372 commit 15d156eCopy full SHA for 15d156e
doc/api/fs.markdown
@@ -517,7 +517,7 @@ The synchronous version of `fs.writeFile`.
517
* `flag` {String} default = `'a'`
518
* `callback` {Function}
519
520
-Asynchronously append data to a file, creating the file if it not yet exists.
+Asynchronously append data to a file, creating the file if it does not yet exist.
521
`data` can be a string or a buffer.
522
523
Example:
0 commit comments