diff --git a/EIPS/eip-4788.md b/EIPS/eip-4788.md index e685e13d85e40..db6dee3c633bb 100644 --- a/EIPS/eip-4788.md +++ b/EIPS/eip-4788.md @@ -52,7 +52,7 @@ ommers = RLP([beaconStateRoot]) # in the block body ommersHash = Keccak256(ommers) # in the block header ``` -3. Add the block validation that the `ommersHash` does indeed match the expected committment given the `ommers` value. +3. Add the block validation that the `ommersHash` does indeed match the expected commitment given the `ommers` value. ### EVM changes