Merge pull request #8051 from hashbang/master

Fix transposed words in docs/config.md
This commit is contained in:
Steven Allen 2021-04-12 09:08:15 -07:00 committed by GitHub
commit 5e3f7fe78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ documented in `ipfs config profile --help`.
This is the most battle-tested and reliable datastore, but it's significantly
slower than the badger datastore. You should use this datastore if:
- You need a very simple and very reliable datastore you and trust your
- You need a very simple and very reliable datastore and you trust your
filesystem. This datastore stores each block as a separate file in the
underlying filesystem so it's unlikely to loose data unless there's an issue
with the underlying file system.