Skip to content

Commit 4ed33b4

Browse files
focusaurusMyles Borins
authored and
Myles Borins
committed
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 5f25eab commit 4ed33b4

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

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

533533
The callback gets two arguments `(err, fd)`.
534534

0 commit comments

Comments
 (0)