From 2b616fb374358426c645e892356311b94018f357 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 09:43:59 -0400 Subject: [PATCH] fix(docs): typo in staking/state (#12834) (#12835) (cherry picked from commit fe892125098a1aaa6b91a206940eeaf3098f7d88) Co-authored-by: Ari Rubinstein --- x/staking/spec/01_state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/staking/spec/01_state.md b/x/staking/spec/01_state.md index fb3c1825bfcd..4413d40cc725 100644 --- a/x/staking/spec/01_state.md +++ b/x/staking/spec/01_state.md @@ -28,7 +28,7 @@ Validators can have one of three statuses * `Unbonded`: The validator is not in the active set. They cannot sign blocks and do not earn rewards. They can receive delegations. -* `Bonded`": Once the validator receives sufficient bonded tokens they automtically join the +* `Bonded`: Once the validator receives sufficient bonded tokens they automtically join the active set during [`EndBlock`](./05_end_block.md#validator-set-changes) and their status is updated to `Bonded`. They are signing blocks and receiving rewards. They can receive further delegations. They can be slashed for misbehavior. Delegators to this validator who unbond their delegation