Skip to content

Commit 38850bc

Browse files
docs: sync example tutorials from cosmos/example [docs-sync] (#280)
Co-authored-by: docs-sync[bot] <docs-sync[bot]@users.noreply.github.com>
1 parent 80471f4 commit 38850bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/next/tutorials/example/01-prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prerequisites
33
description: Install dependencies
44
---
55

6-
Before starting the tutorial, make sure you have the following tools installed.
6+
Before starting the tutorial, make sure you have the following tools installed on your machine.
77

88
<Warning>
99
This tutorial is intended for macOS and Linux systems. Other systems may have additional requirements.

sdk/next/tutorials/example/03-build-a-module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Build a simple counter module from scratch in minutes
55

66
In [quickstart](/sdk/next/tutorials/example/02-quickstart), you started a chain and submitted a transaction to increase the counter. In this tutorial, you'll build a simple counter module from scratch. It follows the same overall structure as the full `x/counter`, but uses a stripped-down version so you can focus on the core steps of building and wiring a module yourself.
77

8-
By the end, you'll have built a working module and wired it into a running chain. For a deeper dive into how modules work in the Cosmos SDK, see [Intro to Modules](/sdk/next/learn/concepts/modules).
8+
By the end, you'll have built a working module and wired it into a running chain. For a deeper dive into how modules work in the Cosmos SDK, see [Intro to Modules](/sdk/next/learn/concepts/modules).
99

1010
<Note>
1111
Before continuing, you must follow the [Prerequisites guide](/sdk/next/tutorials/example/01-prerequisites) to make sure everything is installed.

0 commit comments

Comments
 (0)