From e5f63393ffdc4940678b0828627a016a9ae8ccf2 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Tue, 5 Jul 2022 17:15:45 +0200 Subject: [PATCH] docs: refine wording --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 120e50726..deb91cb49 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1279,7 +1279,7 @@ Tells reprovider what should be announced. Valid strategies are: - `"all"` - announce all CIDs of stored blocks - `"pinned"` - only announce pinned CIDs recursively (both roots and child blocks) -- `"roots"` - only announce root CIDs of recursive pins and explicitly pinned CIDs +- `"roots"` - only announce the root block of explicitly pinned CIDs Default: `"all"`