@cryptotaxi247 / kubo / commits / a1a729c5c

docs: fix typo in the `swarm/peering` help text

(cherry picked from commit 0a01574ff7860eedfc8dce9354da1780ce0ba91e)

siiky committed Jun 3, 2022 at 13:15 UTC a1a729c5cdcfbd1f75f7655ef9572a2e1ef28805
1 file changed +1 -1
core/commands/swarm.go
+1 -1
@@ -79,7 +79,7 @@ var swarmPeeringCmd = &cmds.Command{
79 Tagline: "Modify the peering subsystem.",
80 ShortDescription: `
81 'ipfs swarm peering' manages the peering subsystem.
82 -Peers in the peering subsystem is maintained to be connected, reconnected
82 +Peers in the peering subsystem are maintained to be connected, reconnected
83 on disconnect with a back-off.
84 The changes are not saved to the config.
85 `,