diff options
| author | ST-DDT <[email protected]> | 2023-10-28 22:06:33 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-28 22:06:33 +0200 |
| commit | fdafaa4681da85c416098256654fe96c171a850b (patch) | |
| tree | 5b548e87c9acd89be949a27caa01eeab9452a7ab /src/modules/lorem | |
| parent | 9297e5b654d3aa44ec5d8601c8947ee707687e17 (diff) | |
| download | faker-fdafaa4681da85c416098256654fe96c171a850b.tar.xz faker-fdafaa4681da85c416098256654fe96c171a850b.zip | |
infra(unicorn): filename-case (#2492)
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 0f3423bc..82e557e6 100644 --- a/src/modules/lorem/index.ts +++ b/src/modules/lorem/index.ts @@ -1,6 +1,6 @@ import type { Faker } from '../..'; import { bindThisToMemberFunctions } from '../../internal/bind-this-to-member-functions'; -import { filterWordListByLength } from '../word/filterWordListByLength'; +import { filterWordListByLength } from '../word/filter-word-list-by-length'; /** * Module to generate random texts and words. |
