Skip to content
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
4 changes: 2 additions & 2 deletions docs/tutorial/platform/06-first-contract-register.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: First Execute Transaction
title: First execute message
description: Add a function to your smart contract so you can register a name to an address via a transaction.
---

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

:::info Exercise progression
:::note `Exercise progression`

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/platform/07-first-contract-query.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: First Contract Query
title: First contract query
description: Add a function to your smart contract so you can query addresses by name.
---

Expand Down
Loading