diff --git a/sdk/next/tutorials/example/01-prerequisites.mdx b/sdk/next/tutorials/example/01-prerequisites.mdx index 89a6933e..26ca6feb 100644 --- a/sdk/next/tutorials/example/01-prerequisites.mdx +++ b/sdk/next/tutorials/example/01-prerequisites.mdx @@ -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 @@ -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