Skip to content

Commit

Permalink
chore: spelling errors fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] authored and github-actions[bot] committed Apr 30, 2024
1 parent f5f626c commit a48adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sync_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a48adb1

Please sign in to comment.