aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-02-11 17:02:30 +0100
committerGitHub <[email protected]>2024-02-11 16:02:30 +0000
commit50897d927464e3ad2c54ae54b57f7d068e3a76a5 (patch)
treed1b8a3950460d27b5e0f6aa8cc59b37af0006338 /src
parentf6271dc866bca90151fa8a332e6e263c60f968de (diff)
downloadfaker-50897d927464e3ad2c54ae54b57f7d068e3a76a5.tar.xz
faker-50897d927464e3ad2c54ae54b57f7d068e3a76a5.zip
docs(system): fix bad description (#2659)
Diffstat (limited to 'src')
-rw-r--r--src/modules/system/index.ts4
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
*/