From b5b576630ccf5b512436d7394d193193a99695b5 Mon Sep 17 00:00:00 2001 From: Henrik Sundell Date: Wed, 12 Jun 2024 14:31:35 +0300 Subject: [PATCH] Fix --- .../developers/apis/1-routing-api/itinerary-planning/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |