From 058803f167bbc2a2cf227547e0b37f5b1db1aced Mon Sep 17 00:00:00 2001 From: siiky Date: Tue, 21 Jun 2022 20:37:12 +0100 Subject: [PATCH] docs: fix typo in `cid/base32` --- core/commands/cid.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/cid.go b/core/commands/cid.go index f988d1c8c..f3c3e6080 100644 --- a/core/commands/cid.go +++ b/core/commands/cid.go @@ -128,7 +128,7 @@ var base32Cmd = &cmds.Command{ Helptext: cmds.HelpText{ Tagline: "Convert CIDs to Base32 CID version 1.", ShortDescription: ` -'ipfs cid base32' normalizes passes CIDs to their canonical case-insensitive encoding. +'ipfs cid base32' normalizes passed CIDs to their canonical case-insensitive encoding. Useful when processing third-party CIDs which could come with arbitrary formats. `, },