From 3c9cd855a062db604d9056b10bc316cecd27b0fb Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Wed, 17 Mar 2021 15:21:47 +0600 Subject: [PATCH] Fix spelling Co-authored-by: Danny Ryan --- specs/merge/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/beacon-chain.md b/specs/merge/beacon-chain.md index 4d5e42920..7f27e80e1 100644 --- a/specs/merge/beacon-chain.md +++ b/specs/merge/beacon-chain.md @@ -226,7 +226,7 @@ class BeaconChainData(Container): *Note*: `ApplicationState` class is an abstract class representing ethereum application state. Let `get_application_state(application_state_root: Bytes32) -> ApplicationState` be the function that given the root hash returns a copy of ethereum application state. -The body of the function is implementation dependant. +The body of the function is implementation dependent. ##### `application_state_transition`