Skip to content

Commit

Permalink
chore: one more
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Feb 4, 2024
1 parent dc10a86 commit b517839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simple-faker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class SimpleFaker {
* // create a SimpleFaker without any locale data
* const customSimpleFaker = new SimpleFaker();
*
* customSimpleFaker.helpers.arrayElement([red', 'green', 'blue']); // 'green'
* customSimpleFaker.helpers.arrayElement(['red', 'green', 'blue']); // 'green'
* customSimpleFaker.number.int(10); // 4
*
* @since 8.1.0
Expand Down

0 comments on commit b517839

Please sign in to comment.