Skip to content

Commit

Permalink
chore: reword 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 20, 2024
1 parent ba33c6c commit 56a85ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ function createRandomUser(overwrites: Partial<User> = {}): User {
}

const user = createRandomUser();
const userToReject = createRandomUser({ birthday: new Date('2024-10-20') });
const userToReject = createRandomUser({ birthday: new Date('2124-10-20') });
```

A potential `options` parameter could be used to:
Expand Down

0 comments on commit 56a85ed

Please sign in to comment.