Skip to content

Commit

Permalink
docs: fix typo (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
  • Loading branch information
Flamenco and SgtPooki authored Dec 8, 2023
1 parent 6ab5ddc commit d732db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipns/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export interface IPNS {
/**
* Creates an IPNS record signed by the passed PeerId that will resolve to the passed value
*
* If the valid is a PeerId, a recursive IPNS record will be created.
* If the value is a PeerId, a recursive IPNS record will be created.
*/
publish(key: PeerId, value: CID | PeerId, options?: PublishOptions): Promise<IPNSRecord>

Expand Down

0 comments on commit d732db9

Please sign in to comment.