@cryptotaxi247 / kubo / commits / 0a01574ff

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

siiky committed Jun 3, 2022 at 13:15 UTC 0a01574ff7860eedfc8dce9354da1780ce0ba91e
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 `,