diff --git a/src/libs/ReportUtils.ts b/src/libs/ReportUtils.ts index 26ee32e3901e..b3d2865a442b 100644 --- a/src/libs/ReportUtils.ts +++ b/src/libs/ReportUtils.ts @@ -1173,7 +1173,7 @@ function isJoinRequestInAdminRoom(report: OnyxEntry): boolean { return false; } // If this policy isn't owned by Expensify, - // Account manager/guide should not have the workspace join request pinned to their LHN, + // Account manager/guide should not have the workspace join request pinned to their LHN, // since they are not a part of the company, and should not action it on their behalf. if (report.policyID) { const policy = getPolicy(report.policyID);