CHANGELOG: remove extra word
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Alan Shaw committed
Apr 16, 2019 at 09:15 UTC
fbe4e32b919ce89354bac74c032b7608ed27dd76
1 file changed
+2
-2
CHANGELOG.md
+2
-2
@@ -64,8 +64,8 @@ it doesn't think it's being used.
64
65
It can now resolve `/dnsaddr` addresses that _don't_ end in a peer ID. For
66
example, you can now run `ipfs swarm connect /dnsaddr/bootstrap.libp2p.io` to
67
-connect to one of the bootstrap peers at random. NOTE: This is could connect you
68
-to an _arbitrary_ peer as DNS is not secure (by default). Please do not rely on
67
+connect to one of the bootstrap peers at random. NOTE: This could connect you to
68
+an _arbitrary_ peer as DNS is not secure (by default). Please do not rely on
69
this except for testing or unless you know what you're doing.
70
71
Finally, `ipfs swarm connect` now returns _all_ errors on failure. This should