diff options
| author | ST-DDT <[email protected]> | 2024-02-11 17:02:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-11 16:02:30 +0000 |
| commit | 50897d927464e3ad2c54ae54b57f7d068e3a76a5 (patch) | |
| tree | d1b8a3950460d27b5e0f6aa8cc59b37af0006338 /src/modules/system | |
| parent | f6271dc866bca90151fa8a332e6e263c60f968de (diff) | |
| download | faker-50897d927464e3ad2c54ae54b57f7d068e3a76a5.tar.xz faker-50897d927464e3ad2c54ae54b57f7d068e3a76a5.zip | |
docs(system): fix bad description (#2659)
Diffstat (limited to 'src/modules/system')
| -rw-r--r-- | src/modules/system/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts index 4c6e010f..52fc14f5 100644 --- a/src/modules/system/index.ts +++ b/src/modules/system/index.ts @@ -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' @@ -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 */ |
