Skip to content

Commit

Permalink
Fixing spelling mistake in Docs for Vehicle (#1414)
Browse files Browse the repository at this point in the history
Noticed a small spelling mistake in vehicle.md
  • Loading branch information
snoozins authored and vbrazo committed Oct 16, 2018
1 parent 15874bb commit 4e264df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vehicle.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Faker::Vehicle.door_count #=> 3

# Random engine size
Faker::Vehicle.engine_size #=> 6
Faker::Vehicke.engine #=> 4
Faker::Vehicle.engine #=> 4

# Random car year
# Between 1 and 15 years ago
Expand Down

0 comments on commit 4e264df

Please sign in to comment.