Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 44cf181

Browse files
committed
spelling: comment
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent b861215 commit 44cf181

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/src/commands/search/issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export default class SearchIssues extends SearchCommand {
259259

260260
if (jira) {
261261
// Jira expects all comments to have a header of just "comment"
262-
// so we map commment0, comment1, comment2 etc to comment
262+
// so we map comment0, comment1, comment2 etc to comment
263263
mapHeaders = function (header: string) {
264264
return header.replace(/comment[0-9]+/, "comment");
265265
};

packages/gui/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ ipcMain.on("submit-export", async (event: any, form: any) => {
392392

393393
if (jira) {
394394
// Jira expects all comments to have a header of just "comment"
395-
// so we map commment0, comment1, comment2 etc to comment
395+
// so we map comment0, comment1, comment2 etc to comment
396396
mapHeaders = function (subHeader: string) {
397397
return subHeader.replace(/comment[0-9]+/, "comment");
398398
};

0 commit comments

Comments
 (0)