Skip to content

Commit bcf55d2

Browse files
focusaurusrvagg
authored andcommitted
doc: spell writable consistently
Docs have 108 instances of "writable" and only 1 "writeable" so fix this one. PR-URL: #4954 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 3b6283c commit bcf55d2

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
@@ -566,7 +566,7 @@ The file is created if it does not exist.
566566
* `'ax+'` - Like `'a+'` but fails if `path` exists.
567567

568568
`mode` sets the file mode (permission and sticky bits), but only if the file was
569-
created. It defaults to `0666`, readable and writeable.
569+
created. It defaults to `0666`, readable and writable.
570570

571571
The callback gets two arguments `(err, fd)`.
572572

0 commit comments

Comments
 (0)