Skip to content

Commit

Permalink
fix:paramaters->paramaters (#1796)
Browse files Browse the repository at this point in the history
Fix misspellings across docs & comments
  • Loading branch information
bodhi-crypo authored Apr 5, 2024
1 parent 2a93c41 commit 0ea9233
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions docs/core/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ GenesisState defines the pricefeed module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.bep3.v1beta1.Params) | | params defines all the paramaters of the module. |
| `params` | [Params](#kava.bep3.v1beta1.Params) | | params defines all the parameters of the module. |
| `atomic_swaps` | [AtomicSwap](#kava.bep3.v1beta1.AtomicSwap) | repeated | atomic_swaps represents the state of stored atomic swaps |
| `supplies` | [AssetSupply](#kava.bep3.v1beta1.AssetSupply) | repeated | supplies represents the supply information of each atomic swap |
| `previous_block_time` | [google.protobuf.Timestamp](#google.protobuf.Timestamp) | | previous_block_time represents the time of the previous block |
Expand Down Expand Up @@ -1653,7 +1653,7 @@ GenesisState defines the cdp module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.cdp.v1beta1.Params) | | params defines all the paramaters of the module. |
| `params` | [Params](#kava.cdp.v1beta1.Params) | | params defines all the parameters of the module. |
| `cdps` | [CDP](#kava.cdp.v1beta1.CDP) | repeated | |
| `deposits` | [Deposit](#kava.cdp.v1beta1.Deposit) | repeated | |
| `starting_cdp_id` | [uint64](#uint64) | | |
Expand Down Expand Up @@ -2996,7 +2996,7 @@ GenesisState defines the community module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.community.v1beta1.Params) | | params defines all the paramaters related to commmunity |
| `params` | [Params](#kava.community.v1beta1.Params) | | params defines all the parameters related to commmunity |
| `staking_rewards_state` | [StakingRewardsState](#kava.community.v1beta1.StakingRewardsState) | | StakingRewardsState stores the internal staking reward data required to track staking rewards across blocks |


Expand Down Expand Up @@ -3467,7 +3467,7 @@ GenesisState defines the earn module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.earn.v1beta1.Params) | | params defines all the paramaters related to earn |
| `params` | [Params](#kava.earn.v1beta1.Params) | | params defines all the parameters related to earn |
| `vault_records` | [VaultRecord](#kava.earn.v1beta1.VaultRecord) | repeated | vault_records defines the available vaults |
| `vault_share_records` | [VaultShareRecord](#kava.earn.v1beta1.VaultShareRecord) | repeated | share_records defines the owned shares of each vault |

Expand Down Expand Up @@ -5908,7 +5908,7 @@ GenesisState defines the issuance module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.issuance.v1beta1.Params) | | params defines all the paramaters of the module. |
| `params` | [Params](#kava.issuance.v1beta1.Params) | | params defines all the parameters of the module. |
| `supplies` | [AssetSupply](#kava.issuance.v1beta1.AssetSupply) | repeated | |


Expand Down Expand Up @@ -6724,7 +6724,7 @@ GenesisState defines the pricefeed module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.pricefeed.v1beta1.Params) | | params defines all the paramaters of the module. |
| `params` | [Params](#kava.pricefeed.v1beta1.Params) | | params defines all the parameters of the module. |
| `posted_prices` | [PostedPrice](#kava.pricefeed.v1beta1.PostedPrice) | repeated | |


Expand Down Expand Up @@ -7560,7 +7560,7 @@ GenesisState defines the swap module's genesis state.

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| `params` | [Params](#kava.swap.v1beta1.Params) | | params defines all the paramaters related to swap |
| `params` | [Params](#kava.swap.v1beta1.Params) | | params defines all the parameters related to swap |
| `pool_records` | [PoolRecord](#kava.swap.v1beta1.PoolRecord) | repeated | pool_records defines the available pools |
| `share_records` | [ShareRecord](#kava.swap.v1beta1.ShareRecord) | repeated | share_records defines the owned shares of each pool |

Expand Down
2 changes: 1 addition & 1 deletion proto/kava/bep3/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option go_package = "github.com/kava-labs/kava/x/bep3/types";

// GenesisState defines the pricefeed module's genesis state.
message GenesisState {
// params defines all the paramaters of the module.
// params defines all the parameters of the module.
Params params = 1 [(gogoproto.nullable) = false];

// atomic_swaps represents the state of stored atomic swaps
Expand Down
2 changes: 1 addition & 1 deletion proto/kava/cdp/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option go_package = "github.com/kava-labs/kava/x/cdp/types";

// GenesisState defines the cdp module's genesis state.
message GenesisState {
// params defines all the paramaters of the module.
// params defines all the parameters of the module.
Params params = 1 [(gogoproto.nullable) = false];

repeated CDP cdps = 2 [
Expand Down
2 changes: 1 addition & 1 deletion proto/kava/community/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option go_package = "github.com/kava-labs/kava/x/community/types";

// GenesisState defines the community module's genesis state.
message GenesisState {
// params defines all the paramaters related to commmunity
// params defines all the parameters related to commmunity
Params params = 1 [(gogoproto.nullable) = false];

// StakingRewardsState stores the internal staking reward data required to
Expand Down
2 changes: 1 addition & 1 deletion proto/kava/earn/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option go_package = "github.com/kava-labs/kava/x/earn/types";

// GenesisState defines the earn module's genesis state.
message GenesisState {
// params defines all the paramaters related to earn
// params defines all the parameters related to earn
Params params = 1 [(gogoproto.nullable) = false];
// vault_records defines the available vaults
repeated VaultRecord vault_records = 2 [
Expand Down
2 changes: 1 addition & 1 deletion proto/kava/issuance/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ option go_package = "github.com/kava-labs/kava/x/issuance/types";

// GenesisState defines the issuance module's genesis state.
message GenesisState {
// params defines all the paramaters of the module.
// params defines all the parameters of the module.
Params params = 1 [(gogoproto.nullable) = false];

repeated AssetSupply supplies = 2 [(gogoproto.nullable) = false];
Expand Down
2 changes: 1 addition & 1 deletion proto/kava/pricefeed/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ option (gogoproto.verbose_equal_all) = true;

// GenesisState defines the pricefeed module's genesis state.
message GenesisState {
// params defines all the paramaters of the module.
// params defines all the parameters of the module.
Params params = 1 [(gogoproto.nullable) = false];

repeated PostedPrice posted_prices = 2 [
Expand Down
2 changes: 1 addition & 1 deletion proto/kava/swap/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ option go_package = "github.com/kava-labs/kava/x/swap/types";

// GenesisState defines the swap module's genesis state.
message GenesisState {
// params defines all the paramaters related to swap
// params defines all the parameters related to swap
Params params = 1 [(gogoproto.nullable) = false];
// pool_records defines the available pools
repeated PoolRecord pool_records = 2 [
Expand Down
2 changes: 1 addition & 1 deletion x/auction/spec/02_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2

## Parameters and genesis state

`Paramaters` define the rules according to which auctions are run. There is only one active parameter set at any given time. Updates to the parameter set can be made via on-chain parameter update proposals.
`parameters` define the rules according to which auctions are run. There is only one active parameter set at any given time. Updates to the parameter set can be made via on-chain parameter update proposals.

```go
// Params governance parameters for auction module
Expand Down
2 changes: 1 addition & 1 deletion x/bep3/spec/02_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2

## Parameters and genesis state

`Paramaters` define the rules according to which swaps are executed. Parameter updates can be made via on-chain parameter update proposals.
`parameters` define the rules according to which swaps are executed. Parameter updates can be made via on-chain parameter update proposals.

```go
// Params governance parameters for bep3 module
Expand Down
2 changes: 1 addition & 1 deletion x/bep3/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/cdp/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/community/spec/02_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ the parameters and staking rewards state to keep track of payout between blocks.
```protobuf
// GenesisState defines the community module's genesis state.
message GenesisState {
// params defines all the paramaters related to commmunity
// params defines all the parameters related to commmunity
Params params = 1 [(gogoproto.nullable) = false];
// StakingRewardsState stores the internal staking reward data required to
Expand Down
2 changes: 1 addition & 1 deletion x/community/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/earn/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/issuance/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/pricefeed/spec/02_state.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2

## Parameters and genesis state

`Paramaters` determine which markets are tracked by the pricefeed and which oracles are authorized to post prices for a given market. There is only one active parameter set at any given time. Updates to parameters can be made via on-chain parameter update proposals.
`parameters` determine which markets are tracked by the pricefeed and which oracles are authorized to post prices for a given market. There is only one active parameter set at any given time. Updates to parameters can be made via on-chain parameter update proposals.

```go
// Params params for pricefeed. Can be altered via governance
Expand Down
2 changes: 1 addition & 1 deletion x/pricefeed/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/swap/types/genesis.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ea9233

Please sign in to comment.