Skip to content

Commit 6b173fb

Browse files
aduh95targos
andauthored
fixup! feat(cli): prompt user when landing PR with several commits
Co-authored-by: Michaël Zasso <[email protected]>
1 parent cbcf4b0 commit 6b173fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/landing_session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class LandingSession extends Session {
368368
const stray = this.getStrayCommits();
369369
if (stray.length > 1) {
370370
const forceLand = await cli.prompt(
371-
'There are more than one commit in the PR. ' +
371+
'There is more than one commit in the PR. ' +
372372
'Do you still want to land it?',
373373
{ defaultAnswer: !oneCommitMax });
374374

0 commit comments

Comments
 (0)