From 1959cdd485ac6e308b36f406d7a9bb7c56eec0f7 Mon Sep 17 00:00:00 2001 From: anonployed <164473726+anonployed@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:06:51 +0100 Subject: [PATCH] chore: fix typos readme.md (#1266) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8824b6f5d..3da05c2e7 100644 --- a/readme.md +++ b/readme.md @@ -159,7 +159,7 @@ validate with: ```sh dymd q incentives active-gauges -# alternatively, watch the outpup - you will see the "amount" change every minute +# alternatively, watch the output - you will see the "amount" change every minute # watch -n1 -d "dymd q incentives active-gauges --output json | jq '.data[] | { "id": .id, "coins": .coins } '" ```