diff options
Diffstat (limited to 'src/modules/lorem')
| -rw-r--r-- | src/modules/lorem/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/lorem/index.ts b/src/modules/lorem/index.ts index 1f9ba026..785b5a96 100644 --- a/src/modules/lorem/index.ts +++ b/src/modules/lorem/index.ts @@ -79,7 +79,7 @@ export class LoremModule extends ModuleBase { return this.faker.helpers.arrayElement( filterWordListByLength({ ...opts, - wordList: this.faker.definitions.lorem.words, + wordList: this.faker.definitions.lorem.word, }) ); } |
