docs: fix typo in the swarm/peering help text

This commit is contained in:
siiky 2022-06-03 13:15:57 +01:00 committed by Steve Loeppky
parent b1c051d250
commit 0a01574ff7

View File

@ -79,7 +79,7 @@ var swarmPeeringCmd = &cmds.Command{
Tagline: "Modify the peering subsystem.",
ShortDescription: `
'ipfs swarm peering' manages the peering subsystem.
Peers in the peering subsystem is maintained to be connected, reconnected
Peers in the peering subsystem are maintained to be connected, reconnected
on disconnect with a back-off.
The changes are not saved to the config.
`,