Skip to content

Commit ef23f08

Browse files
authored
docs: fixed typo in sample for addAll method (ipfs#3276)
1 parent 99c762b commit ef23f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-api/FILES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const files = [{
282282
content: 'ABC'
283283
}]
284284

285-
for await (const result of ipfs.addAll(content)) {
285+
for await (const result of ipfs.addAll(files)) {
286286
console.log(result)
287287
}
288288

0 commit comments

Comments
 (0)