From ad3c9bf0caab9fac465694641d4d170fa103a243 Mon Sep 17 00:00:00 2001 From: Hanna <108692126+hankucz@users.noreply.github.com> Date: Fri, 19 Aug 2022 10:06:15 +0200 Subject: feat(name): extract sex generator from gender to sex (#1168) --- test/scripts/apidoc/examplesAndDeprecations.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts') 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 = { -- cgit v1.2.3