Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 1418857

Browse files
committed
fix: typo
1 parent cbb7329 commit 1418857

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SPEC/NAME.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ This way, you can republish a new version of your website under the same address
7777
}
7878
```
7979

80-
`callback` must follow `function (err, name) {}` signature, where `err` is an error if the operation was not successful. `name` is a string that contains the IPFS hash.
81-
82-
`callback` must follow `function (err, result) {}` signature, where `err` is an error if the operation was not successful. `result` is an object that contains the resulting path, such as:
80+
`callback` must follow `function (err, result) {}` signature, where `err` is an error if the operation was not successful. `result` is an object that contains the resulting path.
8381

8482
If no `callback` is passed, a promise is returned.
8583

0 commit comments

Comments
 (0)