Skip to content

Commit f772a0a

Browse files
authored
Fix spelling issues (#20957)
1 parent b687363 commit f772a0a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/architecture/PROCESS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
1. Copy the `adr-template.md` file. Use the following filename pattern: `adr-next_number-title.md`
44
2. Create a draft Pull Request if you want to get an early feedback.
5-
3. Make sure the context and a solution is clear and well documented.
5+
3. Make sure the context and solution is clear and well documented.
66
4. Add an entry to a list in the [README](./README.md) file.
77
5. Create a Pull Request to propose a new ADR.
88

docs/architecture/adr-004-split-denomination-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This will result in the balances being indexed by the byte representation of
7474

7575
`DelegateCoins()` and `UndelegateCoins()` will be altered to only load each individual
7676
account balance by denomination found in the (un)delegation amount. As a result,
77-
any mutations to the account balance by will made by denomination.
77+
any mutations to the account balance will made by denomination.
7878

7979
`SubtractCoins()` and `AddCoins()` will be altered to read & write the balances
8080
directly instead of calling `GetCoins()` / `SetCoins()` (which no longer exist).

docs/architecture/adr-008-dCERT-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ tokens, then the tokens are no longer staked and unable to be slashed.
113113

114114
Additionally in the case of an emergency situation of a colluding and malicious
115115
dCERT group, the community needs the capability to disband the entire dCERT
116-
group and likely fully slash them. This could be achieved though a special new
116+
group and likely fully slash them. This could be achieved through a special new
117117
proposal type (implemented as a general governance proposal) which would halt
118118
the functionality of the dCERT group until the proposal was concluded. This
119119
special proposal type would likely need to also have a fairly large wager which

0 commit comments

Comments
 (0)