From 08c037657eef17a7bc4fed9fe00a3ce4f6393083 Mon Sep 17 00:00:00 2001 From: Cosmos SDK <113218068+github-prbot@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:36:35 +0200 Subject: [PATCH] chore: fix spelling errors (#1835) chore: spelling errors fixes Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- docs/sync_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sync_versions.sh b/docs/sync_versions.sh index 2aae4335d8..977a69700c 100755 --- a/docs/sync_versions.sh +++ b/docs/sync_versions.sh @@ -3,7 +3,7 @@ # this script builds the docs for all versions in versions.json # all the versions are included in the docs webpage -# exit if there are uncommited changes +# exit if there are uncommitted changes if git diff-index --quiet HEAD --; then # initial branch COMMIT=$(git rev-parse HEAD)