From c90f2d89e4475a2783ac03cc11e98d6b0b250104 Mon Sep 17 00:00:00 2001 From: evanorti <87997759+evanorti@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:51:46 -0400 Subject: [PATCH 1/3] Update 01-prerequisites.mdx --- sdk/next/tutorials/example/01-prerequisites.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/next/tutorials/example/01-prerequisites.mdx b/sdk/next/tutorials/example/01-prerequisites.mdx index 89a6933e..aba01992 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 From a2cf8031cfcd2efc8c5d9f7b75a67e222e839f34 Mon Sep 17 00:00:00 2001 From: evanorti <87997759+evanorti@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:55:33 -0400 Subject: [PATCH 2/3] Update 01-prerequisites.mdx --- sdk/next/tutorials/example/01-prerequisites.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/next/tutorials/example/01-prerequisites.mdx b/sdk/next/tutorials/example/01-prerequisites.mdx index aba01992..6c08f5c3 100644 --- a/sdk/next/tutorials/example/01-prerequisites.mdx +++ b/sdk/next/tutorials/example/01-prerequisites.mdx @@ -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 From e9cc8a39fae063d78b6b1aff2dcc7c8b021f6a9b Mon Sep 17 00:00:00 2001 From: evanorti <87997759+evanorti@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:59:25 -0400 Subject: [PATCH 3/3] Update 01-prerequisites.mdx --- sdk/next/tutorials/example/01-prerequisites.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/next/tutorials/example/01-prerequisites.mdx b/sdk/next/tutorials/example/01-prerequisites.mdx index 6c08f5c3..26ca6feb 100644 --- a/sdk/next/tutorials/example/01-prerequisites.mdx +++ b/sdk/next/tutorials/example/01-prerequisites.mdx @@ -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