diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index c6bfa2456bc17d..081cb2b4cd6220 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -517,7 +517,7 @@ The synchronous version of `fs.writeFile`. * `flag` {String} default = `'a'` * `callback` {Function} -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. `data` can be a string or a buffer. Example: