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

docs: fix typo in readme #3635

Merged
merged 1 commit into from
Apr 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core-api/FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The regular, top-level API for add, cat, get and ls Files on IPFS

```js
{
// The path you want to the file to be accessible at from the root CID _after_ it has been added
// The path you want the file to be accessible at from the root CID _after_ it has been added
path?: string
// The contents of the file (see below for definition)
content?: FileContent
Expand Down