doc: fix wording in fs.appendFile

PR-URL: https://github.com/iojs/io.js/pull/801
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
pull/803/head
Rudolf Meijering 2015-02-11 17:37:23 +02:00 committed by Jeremiah Senkpiel
parent 7c22372303
commit 15d156e3ec
1 changed files with 1 additions and 1 deletions

View File

@ -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: