Skip to content

Commit 72ff7d0

Browse files
committed
Updates.
1 parent 3413fd7 commit 72ff7d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/tutorial/introduction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Tutorial
22

3-
This module is a collection of guides for creating CøsmWasm smart contracts.
3+
This module is a collection of guides for creating CosmWasm smart contracts.
44
It will lead you step by step, and explain relevant topics from the easiest to the trickier ones.
55

66
The point of these tutorials is not only to tell you about smart contract API but also to show you
7-
how to write contracts in a clean and maintainable way. We will show you patterns that CøsmWasm
7+
how to write contracts in a clean and maintainable way. We will show you patterns that CosmWasm
88
creators established and encourage you to use.

docs/tutorial/writing-contracts/contract-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 1
44

55
# Contract creation
66

7-
The easiest and recommended way to start working on a new CøsmWasm contract is to generate it from
7+
The easiest and recommended way to start working on a new CosmWasm contract is to generate it from
88
the [`cw-template`](https://github.com/CosmWasm/cw-template).
99

1010
```shell title="terminal"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Writing CøsmWasm contracts
1+
# Writing CosmWasm contracts
22

3-
This section is a step-by-step guide on how to write CøsmWasm contracts.
3+
This section is a step-by-step guide on how to write CosmWasm contracts.

0 commit comments

Comments
 (0)