Skip to content

Commit

Permalink
chore: reword 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 20, 2024
1 parent 2bd9171 commit ba33c6c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,11 @@ const user = createRandomUser();
const userToReject = createRandomUser({ birthday: new Date('2024-10-20') });
```

::: tip Note
Please ensure that nested elements and arrays are merged/replaced according to your needs.
:::
A potential `options` parameter could be used to:

- control which optional properties are included,
- control how nested elements and arrays are merged or replaced,
- or specify the number of items to generate for nested lists.

Congratulations, you should now be able to create any complex object you desire. Happy faking 🥳.
Congratulations, you should now be able to create any complex object you desire.
Happy faking 🥳.

0 comments on commit ba33c6c

Please sign in to comment.