diff options
| author | ST-DDT <[email protected]> | 2023-05-01 08:13:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-01 08:13:28 +0200 |
| commit | e9691fb1e84aef1ce75200521761e4c179f41f5c (patch) | |
| tree | 8e3491af4ba3865edec15d0873486e5dd44bd4b8 /src/definitions/lorem.ts | |
| parent | b72d52e5d5501579f6b98629d020292ceaa78c60 (diff) | |
| download | faker-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.ts | 2 |
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. */ |
