diff --git a/src/modules/finance/index.ts b/src/modules/finance/index.ts index 8471ef1643c..428735399bd 100644 --- a/src/modules/finance/index.ts +++ b/src/modules/finance/index.ts @@ -64,7 +64,7 @@ export class FinanceModule extends ModuleBase { * * @param length The length of the account number. Defaults to `8`. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the number with greater control. * * @example * faker.finance.accountNumber() // 92842238 @@ -79,7 +79,7 @@ export class FinanceModule extends ModuleBase { * @param options An options object. * @param options.length The length of the account number. Defaults to `8`. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the number with greater control. * * @example * faker.finance.accountNumber() // 92842238 @@ -101,7 +101,7 @@ export class FinanceModule extends ModuleBase { * @param optionsOrLength An options object or the length of the account number. * @param optionsOrLength.length The length of the account number. Defaults to `8`. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the number with greater control. * * @example * faker.finance.accountNumber() // 92842238 @@ -128,7 +128,7 @@ export class FinanceModule extends ModuleBase { * @param options An options object or the length of the account number. * @param options.length The length of the account number. Defaults to `8`. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the number with greater control. * * @example * faker.finance.accountNumber() // 92842238 @@ -376,7 +376,7 @@ export class FinanceModule extends ModuleBase { * @param options.symbol The symbol used to prefix the amount. Defaults to `''`. * @param options.autoFormat If true this method will use `Number.toLocaleString()`. Otherwise it will use `Number.toFixed()`. * - * @see faker.number.float(): For more control over the generated number. + * @see faker.number.float(): For generating the amount with greater control. * * @example * faker.finance.amount() // '617.87' @@ -728,7 +728,7 @@ export class FinanceModule extends ModuleBase { * * @throws Will throw an error if length is less than 1. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the pin with greater control. * * @example * faker.finance.pin() // '5067' @@ -745,7 +745,7 @@ export class FinanceModule extends ModuleBase { * * @throws Will throw an error if length is less than 1. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the pin with greater control. * * @example * faker.finance.pin() // '5067' @@ -769,7 +769,7 @@ export class FinanceModule extends ModuleBase { * * @throws Will throw an error if length is less than 1. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the pin with greater control. * * @example * faker.finance.pin() // '5067' @@ -798,7 +798,7 @@ export class FinanceModule extends ModuleBase { * * @throws Will throw an error if length is less than 1. * - * @see faker.string.numeric(): For more control over the generated number. + * @see faker.string.numeric(): For generating the pin with greater control. * * @example * faker.finance.pin() // '5067'