From 50897d927464e3ad2c54ae54b57f7d068e3a76a5 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Sun, 11 Feb 2024 17:02:30 +0100 Subject: [PATCH] docs(system): fix bad description (#2659) --- src/modules/system/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts index 4c6e010ffca..52fc14f5bca 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 */