diff options
| author | ST-DDT <[email protected]> | 2022-02-20 18:51:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-20 18:51:48 +0100 |
| commit | b22cf3b809efab92f5933b9f6641e1959a4c8fcc (patch) | |
| tree | 7e71f5f90121afc3c2420a561f7370d8213cf8c7 /src/random.ts | |
| parent | f7899fde7f8b70db47614168532d3c3606423661 (diff) | |
| download | faker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.tar.xz faker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.zip | |
docs: various fixes (#523)
Diffstat (limited to 'src/random.ts')
| -rw-r--r-- | src/random.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.ts b/src/random.ts index 28abb3c2..914e7c2b 100644 --- a/src/random.ts +++ b/src/random.ts @@ -262,7 +262,7 @@ export class Random { /** * Returns string with set of random words. * - * @param count Number of words. Defaults to a random value between `1` and `3` + * @param count Number of words. Defaults to a random value between `1` and `3`. * * @example * faker.random.words() // 'neural' |
