Skip to content

Commit

Permalink
Grammar Fixes in Documentation (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta authored Dec 27, 2024
2 parents 66cecfc + 6552585 commit d851b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ are security, performance, and interoperability. It is tailored for a tight inte
SDK and to build IBC contracts.

We chose to target a Rust programming language as a smart contract development stack, as it is
popular amonst blockchain developers and has the best Wasm compiler on the market so far. We do not
popular amongst blockchain developers and has the best Wasm compiler on the market so far. We do not
provide bindings to help write smart contracts in another stack that compiles to Wasm, and we don't
support that.

Expand Down
2 changes: 1 addition & 1 deletion src/pages/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ by step, and explain relevant topics from the easiest to the trickier ones.

The point of these tutorials is not only to tell you about smart contracts API but also to show you
how to write contracts in a clean and maintainable way. We will show you patterns that CosmWasm
creators established and encouraged you to use.
creators established and encourage you to use.

0 comments on commit d851b32

Please sign in to comment.