From a48adb13d1a849269aff9a2e99a8b8761f685cab Mon Sep 17 00:00:00 2001 From: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:03:58 +0000 Subject: [PATCH] chore: spelling errors fixes --- 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)