Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCris654 committed Nov 27, 2024
1 parent b621f5a commit 00a1e4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ type RentalVehicle implements Node & PlaceInterface {
allowPickupNow: Boolean
"Fuel or battery power remaining in the vehicle. Expressed from 0 to 1."
currentFuelPercent: Float
"Range in meters that the vehicle can travel with the vehicle's current charge or fuel."
"Range in meters that the vehicle can travel with the current charge or fuel."
currentRangeMeters: Float
"Global object ID provided by Relay. This value can be used to refetch this object using **node** query."
id: ID!
Expand Down

0 comments on commit 00a1e4b

Please sign in to comment.