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

Commit dcea632

Browse files
authored
docs: fix urlSource example typo (#2946)
1 parent e8646d8 commit dcea632

File tree

1 file changed

+1
-1
lines changed
  • packages/interface-ipfs-core/SPEC

1 file changed

+1
-1
lines changed

packages/interface-ipfs-core/SPEC/FILES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Both js-ipfs and js-ipfs-http-client export a utility to make importing a file f
191191

192192
```js
193193
const IPFS = require('ipfs')
194-
const { globSource } = IPFS
194+
const { urlSource } = IPFS
195195

196196
const ipfs = await IPFS.create()
197197

0 commit comments

Comments
 (0)