Skip to content

Commit 3fdca93

Browse files
Fix typos and grammar in documentation and code comments (#2213)
* Update README.md * Update tx.pb.go * Update handler_plugin_encoders_test.go * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cdb72b1 commit 3fdca93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/contrib/relayer-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ Make sure you run below scripts under `wasmd/scripts/contrib/relayer-tests` dire
99

1010
## Thank you
1111
The setup scripts here are taken from [cosmos/relayer](https://github.com/cosmos/relayer)
12-
Thank your relayer team for these scripts.
12+
Thank you relayer team for these scripts.
1313

1414

x/wasm/keeper/handler_plugin_encoders_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ func TestConvertWasmCoinToSdkCoin(t *testing.T) {
917917
},
918918
expErr: true,
919919
},
920-
"denom to short": {
920+
"denom too short": {
921921
src: wasmvmtypes.Coin{
922922
Denom: "f",
923923
Amount: "1",

0 commit comments

Comments
 (0)