Skip to content

Commit 5b470d4

Browse files
committed
update coordinate examples
1 parent cabd2b8 commit 5b470d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/mapbox/actions/generate-directions/generate-directions.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export default {
1111
startCoordinate: {
1212
type: "string",
1313
label: "Start Coordinate",
14-
description: "The starting point in the format `longitude,latitude`, E.g. `37.835819,-85.244869`",
14+
description: "The starting point in the format `longitude,latitude`, E.g. `-85.244869,37.835819`",
1515
},
1616
endCoordinate: {
1717
type: "string",
1818
label: "End Coordinate",
19-
description: "The ending point in the format `longitude,latitude`, E.g. `37.835819,-85.244869`",
19+
description: "The ending point in the format `longitude,latitude`, E.g. `-85.244869,37.835819`",
2020
},
2121
transportationMode: {
2222
propDefinition: [

0 commit comments

Comments
 (0)