File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class PRChecker {
168168 cli . info ( 'This PR is being fast-tracked' ) ;
169169 return true ;
170170 } else {
171- const msg = [ 'This PR is being fast-tracked, but awating ' ] ;
171+ const msg = [ 'This PR is being fast-tracked, but awaiting ' ] ;
172172 if ( approved . length < 2 ) msg . push ( 'approvals of 2 contributors' ) ;
173173 if ( ! CIStatus ) msg . push ( 'a CI run' ) ;
174174
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ describe('PRChecker', () => {
274274
275275 const expectedLogs = {
276276 warn : [
277- [ 'This PR is being fast-tracked, but awating ' +
277+ [ 'This PR is being fast-tracked, but awaiting ' +
278278 'approvals of 2 contributors and a CI run' ]
279279 ]
280280 } ;
@@ -315,7 +315,7 @@ describe('PRChecker', () => {
315315
316316 const expectedLogs = {
317317 warn : [
318- [ 'This PR is being fast-tracked, but awating ' +
318+ [ 'This PR is being fast-tracked, but awaiting ' +
319319 'approvals of 2 contributors' ]
320320 ]
321321 } ;
@@ -356,7 +356,7 @@ describe('PRChecker', () => {
356356
357357 const expectedLogs = {
358358 warn : [
359- [ 'This PR is being fast-tracked, but awating a CI run' ]
359+ [ 'This PR is being fast-tracked, but awaiting a CI run' ]
360360 ]
361361 } ;
362362
You can’t perform that action at this time.
0 commit comments