Skip to content

Commit

Permalink
doc: fix wording in fs.appendFile
Browse files Browse the repository at this point in the history
PR-URL: #801
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
rudolf authored and Fishrock123 committed Feb 11, 2015
1 parent 7c22372 commit 15d156e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 15d156e

Please sign in to comment.