diff options
| author | Shai Reznik <[email protected]> | 2023-07-06 11:21:04 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-06 10:21:04 +0200 |
| commit | a04d1839fd929a12bb8506d5c69fe0045d6b0a66 (patch) | |
| tree | 7700cc774d4560b04b0d6544e89d9c60a698f22f /src | |
| parent | eacab787dcef5ba4b64824308d72977e331969a1 (diff) | |
| download | faker-a04d1839fd929a12bb8506d5c69fe0045d6b0a66.tar.xz faker-a04d1839fd929a12bb8506d5c69fe0045d6b0a66.zip | |
docs: fix jsdocs typo (#2241)
Diffstat (limited to 'src')
| -rw-r--r-- | src/faker.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/faker.ts b/src/faker.ts index cb56ea61..9161497e 100644 --- a/src/faker.ts +++ b/src/faker.ts @@ -342,7 +342,7 @@ export class Faker { * Please note that generated values are dependent on both the seed and the * number of calls that have been made since it was set. * - * This method is intended to allow for consistent values in a tests, so you + * This method is intended to allow for consistent values in tests, so you * might want to use hardcoded values as the seed. * * In addition to that it can be used for creating truly random tests |
