Skip to content

Commit ed0afa1

Browse files
committed
fix spellcheck error
1 parent a2d2a87 commit ed0afa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/ReportUtilsTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ describe('ReportUtils', () => {
352352
return waitForBatchedUpdates();
353353
});
354354

355-
// Then the user should be able to move the invoice to the outstadning expense report
355+
// Then the user should be able to move the invoice to the oustanding expense report
356356
it('should return true for invoice report action given that there is a minimum of one oustanding report', () => {
357357
const canEditReportField = canEditFieldOfMoneyRequest(reportAction, CONST.EDIT_REQUEST_FIELD.REPORT);
358358
expect(canEditReportField).toBe(true);

0 commit comments

Comments
 (0)