We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b7b63 commit 7bba412Copy full SHA for 7bba412
lib/landing_session.js
@@ -165,7 +165,7 @@ class LandingSession extends Session {
165
// Run git rebase in interactive mode with autosquash but without editor
166
// so that it will perform everything automatically.
167
cli.log(`There are ${subjects.length} commits in the PR. ` +
168
- 'Attempring autorebase.');
+ 'Attempting autorebase.');
169
const { upstream, branch } = this;
170
const msgAmend = '-x "git-node land --amend"';
171
await runAsync('git',
0 commit comments