Skip to content

Commit

Permalink
docs(system): fix bad description (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Feb 11, 2024
1 parent f6271dc commit 50897d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/system/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export class SystemModule extends ModuleBase {
*
* @param options The optional options to use.
* @param options.includeYear Whether to include a year in the generated expression. Defaults to `false`.
* @param options.includeNonStandard Whether to include a @yearly, @monthly, @daily, etc text labels in the generated expression. Defaults to `false`.
* @param options.includeNonStandard Whether to include a `@yearly`, `@monthly`, `@daily`, etc text labels in the generated expression. Defaults to `false`.
*
* @example
* faker.system.cron() // '45 23 * * 6'
Expand All @@ -310,7 +310,7 @@ export class SystemModule extends ModuleBase {
*/
includeYear?: boolean;
/**
* Whether to include a @yearly, @monthly, @daily, etc text labels in the generated expression.
* Whether to include a `@yearly`, `@monthly`, `@daily`, etc text labels in the generated expression.
*
* @default false
*/
Expand Down

0 comments on commit 50897d9

Please sign in to comment.