From f47dfe5c58371b468c704cab7a7cd29f9a3e3379 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Fri, 5 Apr 2024 21:47:54 +0700 Subject: feat(animal): add more simple animals to animal.type() (#2786) --- src/modules/animal/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/animal/index.ts b/src/modules/animal/index.ts index 7e5a51da..5a885bbd 100644 --- a/src/modules/animal/index.ts +++ b/src/modules/animal/index.ts @@ -194,7 +194,7 @@ export class AnimalModule extends ModuleBase { * Returns a random animal type. * * @example - * faker.animal.type() // 'crocodilia' + * faker.animal.type() // 'crocodile' * * @since 5.5.0 */ -- cgit v1.2.3