Browse Source

doc: spell writable consistently

Docs have 108 instances of "writable" and only 1 "writeable" so
fix this one.

PR-URL: https://github.com/nodejs/node/pull/4954
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
v5.x
Peter Lyons 9 years ago
committed by Rod Vagg
parent
commit
bcf55d2f44
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -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)`.

Loading…
Cancel
Save