docs: fix typo in `cid/base32`
siiky committed
Jun 21, 2022 at 20:37 UTC
058803f167bbc2a2cf227547e0b37f5b1db1aced
1 file changed
+1
-1
core/commands/cid.go
+1
-1
@@ -128,7 +128,7 @@ var base32Cmd = &cmds.Command{
128
Helptext: cmds.HelpText{
129
Tagline: "Convert CIDs to Base32 CID version 1.",
130
ShortDescription: `
131
-'ipfs cid base32' normalizes passes CIDs to their canonical case-insensitive encoding.
131
+'ipfs cid base32' normalizes passed CIDs to their canonical case-insensitive encoding.
132
Useful when processing third-party CIDs which could come with arbitrary formats.
133
`,
134
},