docs: fix minor typo in sync-mode doc (#26142)

* Fixed typo in docs

* Update docs/_interface/sync-modes.md

Co-authored-by: Martin Holst Swende <martin@swende.se>
pull/26173/head
Karan Toor 2 years ago committed by GitHub
parent 1f9c494d07
commit 7519505d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_interface/sync-modes.md

@ -152,4 +152,4 @@ is required. Archive nodes keep local copies of all historical data right back t
The opposite extreme is a light node that doesn't store any blockchain data - it requests everything from full nodes.
These configurations are controlled by passing `full`, `snap` or `light` to `--syncmode` at startup. For an archive node,
`--syncmode` should be `full` and `--gcmode` should be set to `archive`. Currently, due to the transition to proof-of-stake,
light-sync dot not work (new light client protocols are being developed).
`syncmode=light` does not work (new light client protocols are being developed).

Loading…
Cancel
Save