Skip to content

Commit 79eb3ca

Browse files
[autofix.ci] apply automated fixes
1 parent 79904a8 commit 79eb3ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 contract 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

0 commit comments

Comments
 (0)