From 7a00904cee2e1bf51762d5940d432aeb6ea33caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20SZKIBA?= Date: Wed, 20 Mar 2024 11:11:35 +0100 Subject: [PATCH] docs: fix typo --- README.md | 2 +- examples/default-faker-env.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 699835f..0ac9d7b 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/examples/default-faker-env.js b/examples/default-faker-env.js index 2135770..181b75b 100644 --- a/examples/default-faker-env.js +++ b/examples/default-faker-env.js @@ -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