Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs: fixed a typo in FILES.md file (#3866)
Browse files Browse the repository at this point in the history
Co-authored-by: Jarvis <jarvis@pop-os.localdomain>
  • Loading branch information
arjunraghurama and Jarvis authored Sep 14, 2021
1 parent 7555dc2 commit b2f0ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-api/FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const file = {
content: 'ABC'
}

const result = await ipfs.add(content)
const result = await ipfs.add(file)

console.info(result)

Expand Down

0 comments on commit b2f0ef4

Please sign in to comment.