Skip to content

Commit e0a82ff

Browse files
authored
docs: minor fixup (#269)
2 parents 06365d3 + 79eb3ca commit e0a82ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ tags: ["intro"]
55
The [x/wasm module](https://github.com/CosmWasm/wasmd/tree/main/x/wasm), the root of CosmWasm, is a
66
[Cosmos SDK](https://docs.cosmos.network/) module enabling smart contracts to execute on the
77
CosmWasm virtual machine. CosmWasm itself refers to the whole ecosystem built around it with a
8-
mission to make smart contracts development easy and reliable. The focus of the CosmWasm platform
9-
are security, performance, and interoperability. It is tailored for a tight integration with Cosmos
10-
SDK and to build IBC contracts.
8+
mission to make smart contract development easy and reliable. The focus of the CosmWasm platform are
9+
security, performance, and interoperability. It is tailored for a tight integration with Cosmos SDK
10+
and to build IBC contracts.
1111

1212
We chose to target a Rust programming language as a smart contract development stack, as it is
1313
popular amongst blockchain developers and has the best Wasm compiler on the market so far. We do not

src/pages/wasmd/getting-started/setup.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ visiting the [Go download and install page](https://go.dev/doc/install).
1111

1212
## Set Up Wasmd
1313

14-
Clone wasmd repository
14+
Clone the wasmd repository
1515

1616
```sh
1717
git clone https://github.com/CosmWasm/wasmd.git && cd wasmd

0 commit comments

Comments
 (0)