From d6b78d897d10c202d8eab4e09e47ae37aa557e20 Mon Sep 17 00:00:00 2001 From: Shyam Patel Date: Thu, 20 Jun 2024 16:43:05 -0700 Subject: [PATCH] fix typos --- docs/wiki/CL/cl-architecture.md | 4 ++-- docs/wiki/CL/gasper.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/wiki/CL/cl-architecture.md b/docs/wiki/CL/cl-architecture.md index 7b910361..88b6aaa0 100644 --- a/docs/wiki/CL/cl-architecture.md +++ b/docs/wiki/CL/cl-architecture.md @@ -236,8 +236,8 @@ def process_slots(state: BeaconState, slot: Slot) -> None: ## Resources - Vitalik Buterin, ["Parametrizing Casper: the decentralization/finality time/overhead tradeoff"](https://medium.com/@VitalikButerin/parametrizing-casper-the-decentralization-finality-time-overhead-tradeoff-3f2011672735) -- [Enginer API spec](https://hackmd.io/@n0ble/consensus_api_design_space) -- [Vitalik's Anotated Ethereum 2.0 Spec](https://notes.ethereum.org/@vbuterin/SkeyEI3xv) +- [Engine API spec](https://hackmd.io/@n0ble/consensus_api_design_space) +- [Vitalik's Annotated Ethereum 2.0 Spec](https://notes.ethereum.org/@vbuterin/SkeyEI3xv) - Ethereum, ["Eth2: Annotated Spec"](https://github.com/ethereum/annotated-spec) - Martin Kleppmann, [Distributed Systems.](https://www.youtube.com/playlist?list=PLeKd45zvjcDFUEv_ohr_HdUFe97RItdiB) - Leslie Lamport et al., [The Byzantine Generals Problem.](https://lamport.azurewebsites.net/pubs/byz.pdf) diff --git a/docs/wiki/CL/gasper.md b/docs/wiki/CL/gasper.md index 904c38a8..454845f3 100644 --- a/docs/wiki/CL/gasper.md +++ b/docs/wiki/CL/gasper.md @@ -35,4 +35,4 @@ Solutions: - [Goldfish](https://arxiv.org/pdf/2209.03255) - [Casper FFG](https://arxiv.org/pdf/1710.09437) - [LMD Ghost](https://inevitableeth.com/home/ethereum/network/consensus/lmd-ghost) -- [Comparison of different LMD Ghost Implmentations by ProtoLambda](https://github.com/protolambda/lmd-ghost) \ No newline at end of file +- [Comparison of different LMD Ghost Implementations by ProtoLambda](https://github.com/protolambda/lmd-ghost) \ No newline at end of file