From 8b51228176e2a8631aef5424aaeb9311f4753c0a Mon Sep 17 00:00:00 2001 From: Simon-Pierre Vivier Date: Wed, 2 Jul 2025 08:37:33 -0400 Subject: [PATCH] Update docs/guides/nwaku/configure-nwaku.md Co-authored-by: fryorcraken <110212804+fryorcraken@users.noreply.github.com> --- docs/guides/nwaku/configure-nwaku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nwaku/configure-nwaku.md b/docs/guides/nwaku/configure-nwaku.md index 533d169..c83c31b 100644 --- a/docs/guides/nwaku/configure-nwaku.md +++ b/docs/guides/nwaku/configure-nwaku.md @@ -83,7 +83,7 @@ For example, consider a `nwaku` node that does not store messages but can query To enable synchronization between stores, enable the protocol via the configuration options below; - `store-sync`: Enable store sync protocol (disable by default). -- `store-sync-interval`: Interval between store syncronization attempts, in seconds (300s default). +- `store-sync-interval`: Interval between store synchronization attempts, in seconds (300s default). - `store-sync-range`: Amount of time to sync, in seconds (3600s default). - `store-sync-relay-jitter`: Sync range offset to account for relay's message propagation jitter, in seconds (20s default).