diff --git a/README.md b/README.md index 85d821f1..7b296f40 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,9 @@ Continue reading [here](https://docs.0g.ai/intro) if you want to learn more abou ## Support and Additional Resources -We want to do everything we can to help you be successful while working on your contribution and projects. Here you'll find various resources and communities that may help you complete a project or contribute to 0G. +We want to do everything we can to help you be successful while working on your contributions and projects. Here you'll find various resources and communities that may help you complete a project or contribute to 0G. ### Communities - [0G Telegram](https://t.me/web3_0glabs) -- [0G Discord](https://discord.com/invite/0glabs) \ No newline at end of file +- [0G Discord](https://discord.com/invite/0glabs) diff --git a/docs/Telemetry.md b/docs/Telemetry.md index 8df75e5f..9a2f5b77 100644 --- a/docs/Telemetry.md +++ b/docs/Telemetry.md @@ -4,7 +4,7 @@ ## Enabling Kava Metric Telemetry -To enable the kava app to emit telemetry during operation, update the relevant config values to enable metrics: +To enable the Kava app to emit telemetry during operation, update the relevant config values to enable metrics: `config.toml` @@ -65,7 +65,7 @@ Update [prometheus config](../prometheus.yml) to collect metrics from your local ### Collecting from remote host -Update the kava config on the host and restart using the instructions from `Enabling Kava Metric Emission` +Update the Kava config on the host and restart using the instructions from `Enabling Kava Metric Emission` Install [ngrok](https://ngrok.com/download) on the remote host 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 |