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

Commit 63b11e5

Browse files
authored
docs: ipfs.object.get typo fix (#3600)
AFAIK it is `Data` and `Links`, not `data`
1 parent 74bfce3 commit 63b11e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-api/OBJECT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ An optional object which may have the following keys:
165165
const multihash = 'QmPb5f92FxKPYdT3QNBd1GKiL4tZUXUrzF4Hkpdr3Gf1gK'
166166

167167
const node = await ipfs.object.get(multihash)
168-
console.log(node.data)
168+
console.log(node.Data)
169169
// Logs:
170170
// some data
171171
```

0 commit comments

Comments
 (0)