diff --git a/dangerfile.js b/dangerfile.js index 9ecb676a4d..fecd145573 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -35,7 +35,7 @@ if (danger.github && danger.github.pr) { checkCommitMessage(prTitle, danger.github.pr.html_url); warn( - `There are multiple commits on your branch please squash them locally before merging!`, + `There are multiple commits on your branch, please squash them locally before merging!`, ); }