diff --git a/src/pages/en/developers/apis/1-routing-api/itinerary-planning/index.md b/src/pages/en/developers/apis/1-routing-api/itinerary-planning/index.md index 8add75a4..004c2263 100644 --- a/src/pages/en/developers/apis/1-routing-api/itinerary-planning/index.md +++ b/src/pages/en/developers/apis/1-routing-api/itinerary-planning/index.md @@ -10,7 +10,7 @@ order: 80 | Term | Explanation | |------------------------|---------------------------------| | Itinerary | A combination of different transportation modes at certain times to reach from origin to destination. For example, walking to a bus stop, taking a bus for two stops and then walking to the final destination.
Commonly used synonym: journey | -| Node | One part of an itinerary, e.g. walking to a bus stop or a bus ride between two stops. | +| Leg | One part of an itinerary, e.g. walking to a bus stop or a bus ride between two stops. | | Origin | A geographical point where an itinerary begins. | | Destination | A geographical point where an itinerary ends. |