From aaeb15cd0f2b214ad8127cf52f03ec746abd9dc6 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 13 Jan 2025 20:30:21 +0100 Subject: [PATCH] Typo fix proto-docs.md --- docs/core/proto-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/proto-docs.md b/docs/core/proto-docs.md index 018dd494..70ef11d8 100644 --- a/docs/core/proto-docs.md +++ b/docs/core/proto-docs.md @@ -2671,7 +2671,7 @@ GenesisState defines the council module's genesis state. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `params` | [Params](#kava.community.v1beta1.Params) | | params defines all the parameters related to commmunity | +| `params` | [Params](#kava.community.v1beta1.Params) | | params defines all the parameters related to community | | `staking_rewards_state` | [StakingRewardsState](#kava.community.v1beta1.StakingRewardsState) | | StakingRewardsState stores the internal staking reward data required to track staking rewards across blocks |