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

Commit 27e31ad

Browse files
authored
fix: function typo in example (closing bracket) (#3560)
1 parent d05a084 commit 27e31ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/browser-script-tag/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>Some suggestions</h2>
3131

3232
<code style="display:block; white-space:pre-wrap; background-color:#d7d6d6">
3333
async function addFile () {
34-
const { cid } = await node.add('Hello world!'))
34+
const { cid } = await node.add('Hello world!')
3535
console.log('successfully stored', cid)
3636
}
3737

0 commit comments

Comments
 (0)