Skip to content

Commit

Permalink
More grammatical fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Tomlinson committed Jun 16, 2021
1 parent 6cc318f commit 14a294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ async function run() {
console.log("Posting or updating a comment on the PR")

var authors_content;
var cla_content=`not signed Canonical CLA which is required to get the contribution merged on this project.
var cla_content=`not signed the Canonical CLA which is required to get this contribution merged on this project.
Please head over to https://ubuntu.com/legal/contributors to read more about it.`
non_signers.forEach(function (author, i) {
if (i == 0) {
Expand Down

0 comments on commit 14a294d

Please sign in to comment.