From c64835365e5a65fa83961b69d88862ce97efe8ed Mon Sep 17 00:00:00 2001 From: Viktor Pavlik <160131789+Vikt0rPavlik@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:27:28 +0100 Subject: [PATCH 1/2] Update index.md --- src/pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.md b/src/pages/index.md index 2c75c250..d24fc789 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -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. From 6552585cfb57f281bfb08db4ec0e5e98114644e5 Mon Sep 17 00:00:00 2001 From: Viktor Pavlik <160131789+Vikt0rPavlik@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:31:15 +0100 Subject: [PATCH 2/2] Update tutorial.mdx --- src/pages/tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tutorial.mdx b/src/pages/tutorial.mdx index 4307e58b..39322726 100644 --- a/src/pages/tutorial.mdx +++ b/src/pages/tutorial.mdx @@ -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.