diff --git a/.github/workflows/ci-check-no-dist-update.yml b/.github/workflows/ci-check-no-dist-update.yml index f48a095..302c103 100644 --- a/.github/workflows/ci-check-no-dist-update.yml +++ b/.github/workflows/ci-check-no-dist-update.yml @@ -35,6 +35,6 @@ jobs: done - run: | - echo "The 'dist' directory is auotmatically updated by the release process." + echo "The 'dist' directory is automatically updated by the release process." echo "It should not be updated manually in a non-release branch or a pull request." exit 1