Summary
Fixed two typos in docs/api/filesystem.md:
1. Spelling error in getStats description
2. Wrong property name in setPermissions code example
otherAll → othersAll
- All other permission properties use the
others prefix
(othersRead, othersWrite, othersExec, othersAll).
The example used otherAll which silently fails at runtime.
Both are in docs/api/filesystem.md.
Summary
Fixed two typos in
docs/api/filesystem.md:1. Spelling error in
getStatsdescriptionexistance→existence2. Wrong property name in
setPermissionscode exampleotherAll→othersAllothersprefix(
othersRead,othersWrite,othersExec,othersAll).The example used
otherAllwhich silently fails at runtime.Both are in
docs/api/filesystem.md.