Skip to content

Commit

Permalink
Merge branch 'next' into 1957-fix-color-rgb-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Mar 22, 2023
2 parents 561fb08 + 8076bb0 commit 4d299cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function createRandomUser(): User {
};
}

export const USERS: User[] = faker.helpers.multiple(generateRandomUser, {
export const USERS: User[] = faker.helpers.multiple(createRandomUser, {
count: 5,
});
```
Expand Down

0 comments on commit 4d299cf

Please sign in to comment.