summaryrefslogtreecommitdiff
path: root/source/features/clean-conversation-headers.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/clean-conversation-headers.tsx')
-rw-r--r--source/features/clean-conversation-headers.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/clean-conversation-headers.tsx b/source/features/clean-conversation-headers.tsx
index ad5840dc..2c89ea5b 100644
--- a/source/features/clean-conversation-headers.tsx
+++ b/source/features/clean-conversation-headers.tsx
@@ -43,7 +43,7 @@ function initPR(): void {
baseBranch.hidden = true;
} else {
// Add back "into" if the PR base branch is not the default branch
- baseBranch.before('into ');
+ baseBranch.before(' into ');
}
}
});