Skip to content

Commit

Permalink
Update pr-lint/src/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Johnson <escattone@gmail.com>
  • Loading branch information
peterbe and escattone authored Jan 6, 2021
1 parent 612f8b8 commit cb612f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr-lint/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function main() {

const { body } = contextPullRequest;
if (!body.trim()) {
// Even for typos it's required that to explain something about the PR.
// Even for typos it's required to explain something about the PR.
return (
"Pull request body can't be empty. " +
"Please try to explain what the pull request accomplishes."
Expand Down

0 comments on commit cb612f4

Please sign in to comment.