From 894182d2f147c6fad2cf7d2248c2ec79b6a094f9 Mon Sep 17 00:00:00 2001 From: Francis <15894826+francisfuzz@users.noreply.github.com> Date: Mon, 22 Nov 2021 12:32:17 -0800 Subject: [PATCH] fix: s/parsin/parsing (#23038) Closes https://github.com/github/docs-internal/issues/23037 --- .github/workflows/create-translation-batch-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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