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

Commit 3d68a44

Browse files
authored
docs: fix typo in readme (#3635)
1 parent d46559d commit 3d68a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-api/FILES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The regular, top-level API for add, cat, get and ls Files on IPFS
121121

122122
```js
123123
{
124-
// The path you want to the file to be accessible at from the root CID _after_ it has been added
124+
// The path you want the file to be accessible at from the root CID _after_ it has been added
125125
path?: string
126126
// The contents of the file (see below for definition)
127127
content?: FileContent

0 commit comments

Comments
 (0)