Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ff12e7e

Browse files
authored
docs: fix typo on files.ls
1 parent 73fd44c commit ff12e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC/FILES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ Where:
985985
- `callback` is an optional function with the signature `function (error, files) {}`, where `error` may be an Error that occured if the operation was not successful and `files` is an array containing Objects that contain the following keys:
986986

987987
- `name` which is the file's name
988-
- `type` which i the object's type (`directory` or `file`)
988+
- `type` which is the object's type (`directory` or `file`)
989989
- `size` the size of the file in bytes
990990
- `hash` the hash of the file
991991

0 commit comments

Comments
 (0)