From 4d1dd3d37e42bcf4b1fce40c39e6d7fc320cba95 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:36:31 +0100 Subject: [PATCH] docs: Fix typo in x/slashing/README.md (backport #23107) (#23109) Co-authored-by: shubh7791 <103331736+shubh7791@users.noreply.github.com> --- x/slashing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/slashing/README.md b/x/slashing/README.md index 942b3afcc0..50b8049125 100644 --- a/x/slashing/README.md +++ b/x/slashing/README.md @@ -331,7 +331,7 @@ onValidatorBonded(address sdk.ValAddress) IndexOffset : 0, JailedUntil : time.Unix(0, 0), Tombstone : false, - MissedBloskCounter : 0 + MissedBlocksCounter : 0 } else { signingInfo.StartHeight = CurrentHeight }