Skip to content

Commit

Permalink
doc: spell writable consistently
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
focusaurus authored and Myles Borins committed Feb 18, 2016
1 parent c6b4bf1 commit 6048b01
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 @@ -528,7 +528,7 @@ The file is created if it does not exist.
* `'ax+'` - Like `'a+'` but fails if `path` exists.

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

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

Expand Down

0 comments on commit 6048b01

Please sign in to comment.