mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
Fix warning message
This commit is contained in:
parent
e99113e4cb
commit
2490b050ee
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue