From fbe4e32b919ce89354bac74c032b7608ed27dd76 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 16 Apr 2019 09:15:20 -0700 Subject: [PATCH] CHANGELOG: remove extra word License: MIT Signed-off-by: Steven Allen --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576194f75..f958515c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,8 +64,8 @@ it doesn't think it's being used. It can now resolve `/dnsaddr` addresses that _don't_ end in a peer ID. For example, you can now run `ipfs swarm connect /dnsaddr/bootstrap.libp2p.io` to -connect to one of the bootstrap peers at random. NOTE: This is could connect you -to an _arbitrary_ peer as DNS is not secure (by default). Please do not rely on +connect to one of the bootstrap peers at random. NOTE: This could connect you to +an _arbitrary_ peer as DNS is not secure (by default). Please do not rely on this except for testing or unless you know what you're doing. Finally, `ipfs swarm connect` now returns _all_ errors on failure. This should