aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2024-04-05 21:47:54 +0700
committerGitHub <[email protected]>2024-04-05 16:47:54 +0200
commitf47dfe5c58371b468c704cab7a7cd29f9a3e3379 (patch)
tree8f7feb0a3d1882d4d134b79686bb4fcd756acba7 /src/modules
parent5860783e81d392bc235408b697668ab8ecdd2d7c (diff)
downloadfaker-f47dfe5c58371b468c704cab7a7cd29f9a3e3379.tar.xz
faker-f47dfe5c58371b468c704cab7a7cd29f9a3e3379.zip
feat(animal): add more simple animals to animal.type() (#2786)
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/animal/index.ts2
1 files changed, 1 insertions, 1 deletions
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
*/