diff --git a/entrypoint.sh b/entrypoint.sh index 5a33899..2cb705f 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -78,7 +78,7 @@ getPullRequestCommitInfo() { } failECLint() { - echo "EditorConfig tyle violations found!" >&2 + echo "EditorConfig style violations found!" >&2 exit 1 } passECLint() {