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 <fishrock123@rocketmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
focusaurus authored and silverwind committed Jan 29, 2016
1 parent b4ece1b commit b004bbd
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 @@ -566,7 +566,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 b004bbd

Please sign in to comment.