Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Mar 20, 2024
1 parent bc97a47 commit 7a00904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function () {
console.log(faker.person.firstName());
}

// as long as XK6_FAKER_SEEED is 11
// as long as XK6_FAKER_SEED is 11
// output: Josiah
```

Expand Down
2 changes: 1 addition & 1 deletion examples/default-faker-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export default function () {
console.log(faker.person.firstName());
}

// as long as XK6_FAKER_SEEED is 11
// as long as XK6_FAKER_SEED is 11
// output: Josiah

0 comments on commit 7a00904

Please sign in to comment.