From 5ec8cdcb3cafc360bfd6ca7205ca3d358c3ced57 Mon Sep 17 00:00:00 2001 From: Joseph T Lyons Date: Sun, 11 Aug 2024 14:48:58 -0400 Subject: [PATCH] Fix warning message --- script/danger/dangerfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/danger/dangerfile.ts b/script/danger/dangerfile.ts index d8e33e9ca1cf4385045cbf8310eb94765a75e4ab..d26b3c347b175967918e448eb287d41f99a3261d 100644 --- a/script/danger/dangerfile.ts +++ b/script/danger/dangerfile.ts @@ -57,7 +57,7 @@ if (includesIssueUrl) { [ "This PR includes links to the following GitHub Issues: " + issues.map((issue) => `#${issue}`).join(", "), - "If this pull requests aims to close an issue, please include a `Closes #ISSUE` line at the top of the PR body.", + "If this PR aims to close an issue, please include a `Closes #ISSUE` line at the top of the PR body.", ].join("\n"), ); }