Skip to content
Merged
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 sdk/next/tutorials/example/01-prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Verify: `go env GOPATH`

## Make

Make is used to run build and development commands throughout the tutorial.
Make is used to run build and development commands throughout this tutorial.

```bash
make --version
Expand Down Expand Up @@ -77,7 +77,7 @@ git --version

## Clone the repository

Clone [cosmos/example](https://github.com/cosmos/example) and navigate into it:
Clone [cosmos/example](https://github.com/cosmos/example) and navigate into it.

```bash
git clone https://github.com/cosmos/example
Expand Down