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/lorem.ts | |
| parent | f7899fde7f8b70db47614168532d3c3606423661 (diff) | |
| download | faker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.tar.xz faker-b22cf3b809efab92f5933b9f6641e1959a4c8fcc.zip | |
docs: various fixes (#523)
Diffstat (limited to 'src/lorem.ts')
| -rw-r--r-- | src/lorem.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lorem.ts b/src/lorem.ts index f682632b..2c22ac10 100644 --- a/src/lorem.ts +++ b/src/lorem.ts @@ -22,7 +22,7 @@ export class Lorem { /** * Generates a word of a specified length. * - * @param length length of the word that should be returned. Defaults to a random length + * @param length length of the word that should be returned. Defaults to a random length. * * @example * faker.lorem.word() // 'temporibus' |
