From 0a01574ff7860eedfc8dce9354da1780ce0ba91e Mon Sep 17 00:00:00 2001 From: siiky Date: Fri, 3 Jun 2022 13:15:57 +0100 Subject: [PATCH] docs: fix typo in the `swarm/peering` help text --- core/commands/swarm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/swarm.go b/core/commands/swarm.go index f904ed67e..fcf2a5034 100644 --- a/core/commands/swarm.go +++ b/core/commands/swarm.go @@ -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. `,