aboutsummaryrefslogtreecommitdiff
path: root/src/definitions/lorem.ts
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-05-01 08:13:28 +0200
committerGitHub <[email protected]>2023-05-01 08:13:28 +0200
commite9691fb1e84aef1ce75200521761e4c179f41f5c (patch)
tree8e3491af4ba3865edec15d0873486e5dd44bd4b8 /src/definitions/lorem.ts
parentb72d52e5d5501579f6b98629d020292ceaa78c60 (diff)
downloadfaker-e9691fb1e84aef1ce75200521761e4c179f41f5c.tar.xz
faker-e9691fb1e84aef1ce75200521761e4c179f41f5c.zip
refactor(types): rename locale definition types to singular (#2058)
Diffstat (limited to 'src/definitions/lorem.ts')
-rw-r--r--src/definitions/lorem.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/lorem.ts b/src/definitions/lorem.ts
index 4d851b30..88947a87 100644
--- a/src/definitions/lorem.ts
+++ b/src/definitions/lorem.ts
@@ -3,7 +3,7 @@ import type { LocaleEntry } from './definitions';
/**
* The possible definitions related to lorem texts.
*/
-export type LoremDefinitions = LocaleEntry<{
+export type LoremDefinition = LocaleEntry<{
/**
* Lorem words used to generate dummy texts.
*/