diff --git a/.github/workflows/create-translation-batch-pr.yml b/.github/workflows/create-translation-batch-pr.yml index ea8b6694a0..6154870d67 100644 --- a/.github/workflows/create-translation-batch-pr.yml +++ b/.github/workflows/create-translation-batch-pr.yml @@ -128,7 +128,7 @@ jobs: - name: Check parsing run: | node script/i18n/lint-translation-files.js --check parsing - git add . && git commit -m "Run script/i18n/lint-translation-files.js --check parsin" || echo "Nothing to commit" + git add . && git commit -m "Run script/i18n/lint-translation-files.js --check parsing" || echo "Nothing to commit" # step 8b in docs-engineering/crowdin.md - name: Check rendering