diff --git a/specs/lightclient/sync-protocol.md b/specs/lightclient/sync-protocol.md index e03821c9d..a24501426 100644 --- a/specs/lightclient/sync-protocol.md +++ b/specs/lightclient/sync-protocol.md @@ -63,7 +63,7 @@ class LightClientMemory(Container): header: BeaconBlockHeader # Fork version data fork_version: Version - # period committees corresponding to the beacon header + # sync committees corresponding to the beacon header current_sync_committee: SyncCommittee next_sync_committee: SyncCommittee ```