Skip to content

Commit 4bea67b

Browse files
authored
Fix typo in SSZ documentation
* `calcuator` -> `calculator` under `Further reading` section
1 parent 7a1c508 commit 4bea67b

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/data-structures-and-encoding/ssz

1 file changed

+1
-1
lines changed

src/content/developers/docs/data-structures-and-encoding/ssz/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ The hash of (8,9) should equal hash (4), which hashes with 5 to produce 2, which
146146
- [Upgrading Ethereum: SSZ](https://eth2book.info/altair/part2/building_blocks/ssz)
147147
- [Upgrading Ethereum: Merkleization](https://eth2book.info/altair/part2/building_blocks/merkleization)
148148
- [SSZ implementations](https://github.com/ethereum/consensus-specs/issues/2138)
149-
- [SSZ calcuator](https://simpleserialize.com/)
149+
- [SSZ calculator](https://simpleserialize.com/)
150150
- [SSZ.dev](https://www.ssz.dev/)

0 commit comments

Comments
 (0)