Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Jan 31, 2024
1 parent 6dbc81e commit c9113e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type Policy = {
/** Whether the auto reporting is enabled */
autoReporting?: boolean;

/** The scheduled submit frequency set up on the this policy */
/** The scheduled submit frequency set up on this policy */
autoReportingFrequency?: ValueOf<typeof CONST.POLICY.AUTO_REPORTING_FREQUENCIES>;

/** Whether the scheduled submit is enabled */
Expand Down

0 comments on commit c9113e7

Please sign in to comment.