From 3fe5d82715990a31ae759da3aa07a8cf2987c69d Mon Sep 17 00:00:00 2001 From: Shubham Agrawal <58412969+shubham1206agra@users.noreply.github.com> Date: Mon, 22 Apr 2024 18:09:32 +0530 Subject: [PATCH] Update src/libs/IOUUtils.ts Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com> --- src/libs/IOUUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/IOUUtils.ts b/src/libs/IOUUtils.ts index cfc8e7064453..4a4ce6407fa2 100644 --- a/src/libs/IOUUtils.ts +++ b/src/libs/IOUUtils.ts @@ -114,7 +114,7 @@ function isValidMoneyRequestType(iouType: string): boolean { } /** - * Checks if the iou type is one of submit, pat, track, or split. + * Checks if the iou type is one of submit, pay, track, or split. */ // eslint-disable-next-line @typescript-eslint/naming-convention function temporary_isValidMoneyRequestType(iouType: string): boolean {