Skip to content

Commit 57f3a88

Browse files
MelvinBotyoussef-lr
andcommitted
Fix spellcheck: reword comment to avoid unknown word 'refetches'
Co-authored-by: Youssef Lourayad <youssef-lr@users.noreply.github.com>
1 parent f2f746c commit 57f3a88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/actions/IOU/ReportWorkflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ function approveMoneyRequest(params: ApproveMoneyRequestFunctionParams) {
543543
nextStep: optimisticNextStep ?? undefined,
544544
// The current user just approved this report, so it no longer awaits their action.
545545
// Clear the expense report's own outstanding-child flag so the LHN green dot disappears
546-
// optimistically instead of lingering until OpenReport refetches the server's false value.
546+
// optimistically instead of lingering until OpenReport re-fetches the server's false value.
547547
hasOutstandingChildRequest: false,
548548
pendingFields: {
549549
partial: full ? null : CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE,

0 commit comments

Comments
 (0)