mirror of https://github.com/nodejs/node.git
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
parent
7c22372303
commit
15d156e3ec
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue