aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
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
*/