Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos in documentation files #746

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/transaction-impl-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ will be put in `unbonding_script` and `slashing_script`.
- `covenant_committee_quorum` - it can be retrieved from
`global_parameters.covenant_quorum`. It is quorum of covenant committee
member required to authorize spending using `unbonding_script` or `slashing_script`
- `staking_amout` - chosen by the user, it will be placed in `staking_output.value`
- `staking_amount` - chosen by the user, it will be placed in `staking_output.value`
- `btc_network` - btc network on which staking transactions will take place

#### Building OP_RETRUN and staking output implementation
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/initialization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
This package contains all logic necessary for initializing configuration
data either for a new chain or a single node via Docker containers.

Heavily based on Osmois init pacakage.
Heavily based on Osmosis init package.
2 changes: 1 addition & 1 deletion x/finality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Upon `MsgAddFinalitySig`, a Babylon node will execute as follows:
### MsgUpdateParams

The `MsgUpdateParams` message is used for updating the module parameters for the
Finality module. It can only be executed via a govenance proposal.
Finality module. It can only be executed via a governance proposal.

```protobuf
// MsgUpdateParams defines a message for updating finality module parameters.
Expand Down