From d732db9f4fea23aa11456d451f02d4f143846ba3 Mon Sep 17 00:00:00 2001 From: Flamenco Date: Thu, 7 Dec 2023 19:46:31 -0500 Subject: [PATCH] docs: fix typo (#113) Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> --- packages/ipns/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipns/src/index.ts b/packages/ipns/src/index.ts index 93ce0cab..bed58b4c 100644 --- a/packages/ipns/src/index.ts +++ b/packages/ipns/src/index.ts @@ -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