Skip to content

Commit 15d156e

Browse files
rudolfFishrock123
authored andcommitted
doc: fix wording in fs.appendFile
PR-URL: #801 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 7c22372 commit 15d156e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ The synchronous version of `fs.writeFile`.
517517
* `flag` {String} default = `'a'`
518518
* `callback` {Function}
519519

520-
Asynchronously append data to a file, creating the file if it not yet exists.
520+
Asynchronously append data to a file, creating the file if it does not yet exist.
521521
`data` can be a string or a buffer.
522522

523523
Example:

0 commit comments

Comments
 (0)