aboutsummaryrefslogtreecommitdiff
path: root/src/modules/vehicle
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/vehicle')
-rw-r--r--src/modules/vehicle/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/vehicle/index.ts b/src/modules/vehicle/index.ts
index fb5cd9f9..903dab53 100644
--- a/src/modules/vehicle/index.ts
+++ b/src/modules/vehicle/index.ts
@@ -97,7 +97,7 @@ export class Vehicle {
* faker.vehicle.color() // 'red'
*/
color(): string {
- return this.faker.commerce.color();
+ return this.faker.color.human();
}
/**