From ccae6260a51112d67838499f6bbb544c0a9fd4c7 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 31 Oct 2022 14:05:54 +0100 Subject: [PATCH] chore: apply suggestions Co-authored-by: Shinigami --- src/modules/helpers/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/helpers/index.ts b/src/modules/helpers/index.ts index 9a19f546646..f204f912272 100644 --- a/src/modules/helpers/index.ts +++ b/src/modules/helpers/index.ts @@ -533,7 +533,7 @@ export class HelpersModule { * This would use the `faker.person.firstName()` and `faker.person.lastName()` method to resolve the placeholders respectively. * * It is also possible to provide parameters. At first, they will be parsed as json, - * and if that isn't possible, we will fall back to string: + * and if that isn't possible, it will fall back to string: * * ```js * const message = faker.helpers.fake([ @@ -579,7 +579,7 @@ export class HelpersModule { * This would use the `faker.person.firstName()` and `faker.person.lastName()` method to resolve the placeholders respectively. * * It is also possible to provide parameters. At first, they will be parsed as json, - * and if that isn't possible, we will fall back to string: + * and if that isn't possible, it will fall back to string: * * ```js * const message = faker.helpers.fake('You can call me at {{phone.number(+!# !## #### #####!)}}.');