Skip to content

Commit ca18f89

Browse files
authored
chore: remove repetitive words (#364)
Signed-off-by: vastonus <[email protected]>
1 parent bd3005a commit ca18f89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cips/cip-032.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Hyperlane on Celestia, more concretely, requires the addition of two SDK modules
2727

2828
Similar to IBC, non-native tokens will initially not be allowed on Celestia's state machine. This is enforced by disabling the creation of [synthetic tokens](https://github.com/bcp-innovations/hyperlane-cosmos/blob/2617881125228632edb091f0663d133b76de11ee/x/warp/keeper/msg_server.go#L20).
2929

30-
The only ISM (Interchain Security Module) that will be initially supported is the MultiSig ISM, which relies on attestations from N of M "validators". Note that the MultiSig ISM validator set can be different from the the PoS validator set.
30+
The only ISM (Interchain Security Module) that will be initially supported is the MultiSig ISM, which relies on attestations from N of M "validators". Note that the MultiSig ISM validator set can be different from the PoS validator set.
3131

3232
## Backwards Compatibility
3333

cips/cip-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TODO: Remove the previous comments before submitting
8484

8585
This section is optional.
8686

87-
The Test Cases section should include expected input/output pairs, but may include a succinct set of executable tests. It should not include project build files. No new requirements may be be introduced here (meaning an implementation following only the Specification section should pass all tests here.)
87+
The Test Cases section should include expected input/output pairs, but may include a succinct set of executable tests. It should not include project build files. No new requirements may be introduced here (meaning an implementation following only the Specification section should pass all tests here.)
8888

8989
If the test suite is too large to reasonably be included inline, then consider adding it as one or more files in `../assets/cip-####/`. External links will not be allowed
9090

0 commit comments

Comments
 (0)