@cryptotaxi247 / kubo / commits / d6322f485

Fix transposed words in docs/config.md

David Pflug committed Apr 5, 2021 at 18:01 UTC d6322f485af222e319c893eeac51c44a9859e901
1 file changed +1 -1
docs/config.md
+1 -1
@@ -54,7 +54,7 @@ documented in `ipfs config profile --help`.
54 This is the most battle-tested and reliable datastore, but it's significantly
55 slower than the badger datastore. You should use this datastore if:
56
57 - - You need a very simple and very reliable datastore you and trust your
57 + - You need a very simple and very reliable datastore and you trust your
58 filesystem. This datastore stores each block as a separate file in the
59 underlying filesystem so it's unlikely to loose data unless there's an issue
60 with the underlying file system.