Skip to content

Commit 62b70d5

Browse files
authored
Merge pull request #2208 from leopardracer/main
Fix typos in documentation
2 parents d870fea + 43f07cd commit 62b70d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

INTEGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ If you want to use Wasm in your own app, here is how you can get this working
66
quickly and easily.
77
First start with this [article](https://medium.com/cosmwasm/cosmwasm-for-ctos-iv-native-integrations-713140bf75fc)
88
in the "CosmWasm for CTOs" series that gives you a high level view.
9-
Then check to make sure you fit the pre-requisites,
9+
Then check to make sure you fit the prerequisites,
1010
then integrate the `x/wasm` module as described below, and finally, you
1111
can add custom messages and queries to your custom Go/SDK modules, exposing
1212
them to any chain-specific contract.
1313

1414
## Prerequisites
1515

16-
The pre-requisites of integrating `x/wasm` into your custom app is to be using
16+
The prerequisites of integrating `x/wasm` into your custom app are to be using
1717
a compatible version of the Cosmos SDK, and to accept some limits to the
1818
hardware it runs on.
1919

scripts/contrib/prometheus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Note the `format` parameter in the request for the endpoint:
4040
# port 9090 is used by wasmd already
4141
docker run -it -v $(pwd)/scripts/contrib/prometheus:/prometheus -p9091:9090 prom/prometheus --config.file=/prometheus/prometheus.yaml
4242
```
43-
* Open [console](http://localhost:9091) and find `wasm_`service metrics
43+
* Open [console](http://localhost:9091) and find `wasm_` service metrics
4444

4545
## Run Grafana
4646

x/wasm/Governance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ a high-level, technical introduction meant to provide context before
66
looking into the code, or constructing proposals.
77

88
## Proposal Types
9-
We have added 15 new wasm specific proposal messages that cover the contract's live cycle and authorization:
9+
We have added 15 new wasm specific proposal messages that cover the contract's lifecycle and authorization:
1010

1111
* `MsgStoreCode` - upload a wasm binary
1212
* `MsgInstantiateContract` - instantiate a wasm contract

0 commit comments

Comments
 (0)