Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar Fixes in Documentation #217

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading