From a5ffca1c7863531d459f67cbab7bd9ba34d16904 Mon Sep 17 00:00:00 2001 From: Saurabh kumar <111599314+SaurabhXRT@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:44:46 +0530 Subject: refactor(locale)!: use singular locale definition keys (#2932) --- src/modules/lorem/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/lorem') 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, }) ); } -- cgit v1.2.3