Skip to content

Commit 361bf96

Browse files
fix: typos in documentation files (#1923)
* Update README.md * Update CUSTOM_PROTOBUF_CODECS.md * Update TEST_VECTORS.md * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 0ec6cd7 commit 361bf96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/faucet/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ as soon as there is
9595
### Working with docker
9696

9797
**Note:** The Dockerfile in this repo is for demonstration purposes only. If you
98-
chose to deploy the faucet via docker, make sure to copy the Dockerfile and keep
99-
it up-to-date.
98+
choose to deploy the faucet via docker, make sure to copy the Dockerfile and
99+
keep it up-to-date.
100100

101101
- Build an artifact (from monorepo root)
102102

@@ -139,7 +139,7 @@ curl --header "Content-Type: application/json" \
139139
http://localhost:8000/credit
140140
```
141141

142-
### Checking the faucets status
142+
### Checking the faucet's status
143143

144144
The faucet provides a simple status check in the form of an http GET request. As
145145
above, make sure to adjust the URL as necessary.

packages/proto-signing/TEST_VECTORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ This uses the testgen mnemonic:
5555
## Create the transactions
5656

5757
First we create the unsigned transaction template we will be signing. We want to
58-
use the same flags as the testvectors create manually.
58+
use the same flags as the test vectors created manually.
5959

6060
```
6161
./build/simd tx bank send --generate-only --chain-id simd-testing --fees 2000ucosm $(./build/simd keys show -a testgen) cosmos1qypqxpq9qcrsszg2pvxq6rs0zqg3yyc5lzv7xu 1234567ucosm > unsigned_tx.json
6262
```
6363

6464
This is what I get from `jq . unsigned_tx.json`, which is slightly different
65-
that the current test vector, in that I added a non-empty fee amount to properly
66-
test that:
65+
from the current test vector because I added a non-empty fee amount to properly
66+
test that case:
6767

6868
```json
6969
{

packages/stargate/CUSTOM_PROTOBUF_CODECS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ and
9292
### Step 3
9393

9494
In Step 2 we saw how the codec is generated (i.e. the TypeScript code
95-
generation). Now we look into using this codec. This section is split in
95+
generation). Now we look into using this codec. This section is split into
9696

9797
- Step 3a: custom messages
9898
- Step 3b: custom queries

0 commit comments

Comments
 (0)