CHANGELOG: fix typos
Co-Authored-By: Michael Avila <michaelavila@users.noreply.github.com>
Steven Allen committed
May 28, 2019 at 10:36 UTC
d53d73b97f635c9ac1fae7da4f3e9e83f747b22b
1 file changed
+2
-2
CHANGELOG.md
+2
-2
@@ -154,7 +154,7 @@ etc.).
154
155
#### Improved Errors
156
157
-This release improves to types of errors:
157
+This release improves two types of errors:
158
159
1. Commands that take paths/multiaddrs now include the path/multiaddr in the
160
error message when it fails to parse.
@@ -214,7 +214,7 @@ To enable openssl support, rebuild go-ipfs with:
214
215
The CoreAPI refactor is still underway and we've made significant progress
216
towards a usable ipfs-as-a-library constructor. Specifically, we've integrated
217
-integrating the [fx](https://go.uber.org/fx) dependency injection system and are
217
+the [fx](https://go.uber.org/fx) dependency injection system and are
218
now working on cleaning up our initialization logic. This should make it easier
219
to inject new services into a go-ipfs process without messing with the core
220
internals.