CHANGELOG: add in missing word
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Feb 22, 2019 at 20:48 UTC
bc34780abf4193f8e196a6e64db05aa967fd59f0
1 file changed
+1
-1
CHANGELOG.md
+1
-1
@@ -149,7 +149,7 @@ want to wait for that command to finish, Wikipedia has a _lot_ of entries. 😉
149
150
This release sees a new (experimental) feature contributed by our friends at
151
[Peergos](https://peergos.org): HTTP proxy over libp2p. When enabled, the local
152
-gateway can act as an HTTP proxy and forward HTTP requests libp2p peers. When
152
+gateway can act as an HTTP proxy and forward HTTP requests to libp2p peers. When
153
combined with the `ipfs p2p` command, users can use this to expose HTTP services
154
to other go-ipfs nodes via their gateways. For details, check out the
155
[documentation](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#p2p-http-proxy).