Skip to content

Commit

Permalink
chore: apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Shinigami <chrissi92@hotmail.de>
  • Loading branch information
ST-DDT and Shinigami92 authored Oct 31, 2022
1 parent c3e7f1b commit ccae626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down Expand Up @@ -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(+!# !## #### #####!)}}.');
Expand Down

0 comments on commit ccae626

Please sign in to comment.