Skip to content

Commit 34bd0f4

Browse files
Fix typos
1 parent 386b365 commit 34bd0f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README-DEV.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DCL_OBSERVERS=1 make localnet_init
8989
make localnet_start
9090
```
9191

92-
This will start a local pool of 4 validator nodes in Docker. The nodes will expose their RPC enpoints on ports `26657`, `26659`, `26661`, `26663` correspondingly.
92+
This will start a local pool of 4 validator nodes in Docker. The nodes will expose their RPC endpoints on ports `26657`, `26659`, `26661`, `26663` correspondingly.
9393

9494
Stopping the network:
9595

@@ -145,7 +145,7 @@ Please take into account the following when sending a PR:
145145
- make sure the app can be built
146146
- run go linter
147147
- run unit tests
148-
- run integratioins test
148+
- run integration tests
149149

150150
## How To Add a new Module
151151
- Use [starport](https://github.com/tendermint/starport) command to scaffold the module.
@@ -202,7 +202,7 @@ Re-generate cosmos base openapi (service API from cosmos exposed in DCL) using [
202202
## Update Tendermint Version
203203
Please note, that we depend on the Tendermint fork https://github.com/zigbee-alliance/tendermint/releases/tag/v0.34.140
204204
due to hotfixes for https://github.com/tendermint/tendermint/issues/7640 and https://github.com/tendermint/tendermint/issues/7641
205-
requitred for Light Client Proxy.
205+
required for Light Client Proxy.
206206
Now that fixes are merged to Tendermint master, so check if we still need to depend on the fork.
207207

208208
Also don't forget to update the link to the Tendermint RPC in [Swagger UI](docs/index.html).

0 commit comments

Comments
 (0)