Skip to content

Commit 3c1a231

Browse files
authored
Fixed chapter 18 (#22)
1 parent d42d1d2 commit 3c1a231

File tree

3 files changed

+430
-386
lines changed

3 files changed

+430
-386
lines changed

docs/tutorial/platform/06-first-contract-register.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: First Execute Transaction
2+
title: First execute message
33
description: Add a function to your smart contract so you can register a name to an address via a transaction.
44
---
55

@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
1111
In the previous section you created a barebones smart contract. It exists but does not do much.
1212
In this section, you are going to have it do something: your smart contract is going to handle a transaction message.
1313

14-
:::info Exercise progression
14+
:::note `Exercise progression`
1515

1616
If you skipped the previous section, you can just switch the project to its [`first-unit-test`](https://github.com/b9lab/cw-my-nameservice/tree/first-unit-test) branch and take it from there.
1717

docs/tutorial/platform/07-first-contract-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: First Contract Query
2+
title: First contract query
33
description: Add a function to your smart contract so you can query addresses by name.
44
---
55

0 commit comments

Comments
 (0)