From d6322f485af222e319c893eeac51c44a9859e901 Mon Sep 17 00:00:00 2001 From: David Pflug Date: Mon, 5 Apr 2021 18:01:15 -0400 Subject: [PATCH] Fix transposed words in docs/config.md --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index f9d26273f..ef1ff5477 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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.