diff options
| author | Hanna <[email protected]> | 2022-08-19 10:06:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-19 10:06:15 +0200 |
| commit | ad3c9bf0caab9fac465694641d4d170fa103a243 (patch) | |
| tree | 7b95f3364a2c91577d7eca65328c03d91a3bfc5a /test/scripts | |
| parent | ca7cb41c0580822da31cd6d4c537d4cd2dcbccb1 (diff) | |
| download | faker-ad3c9bf0caab9fac465694641d4d170fa103a243.tar.xz faker-ad3c9bf0caab9fac465694641d4d170fa103a243.zip | |
feat(name): extract sex generator from gender to sex (#1168)
Diffstat (limited to 'test/scripts')
| -rw-r--r-- | test/scripts/apidoc/examplesAndDeprecations.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/apidoc/examplesAndDeprecations.spec.ts b/test/scripts/apidoc/examplesAndDeprecations.spec.ts index 023ab77c..2f457b4b 100644 --- a/test/scripts/apidoc/examplesAndDeprecations.spec.ts +++ b/test/scripts/apidoc/examplesAndDeprecations.spec.ts @@ -17,7 +17,7 @@ import { loadProject } from './utils'; /* * This test ensures, that every method * - has working examples - * - and running these does not log anything, unless the method is deprecated + * - and running these do not log anything, unless the method is deprecated */ const locales: Record<string, string> = { |
