From d859c3a32bf4642b6c5e71832d70d82f09aad050 Mon Sep 17 00:00:00 2001 From: Nuno Guterres Nogueira <38976366+nguterresn@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:11:47 +0100 Subject: [PATCH] Fix typos in stop group documentation --- content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md b/content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md index f95911b..0bf940a 100644 --- a/content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md +++ b/content/api/our-apis/trafiklab-realtime-apis/stop-lookup.md @@ -324,8 +324,8 @@ response since it's only meant to show the structure of the response. {{% /note | stop_group.id | String | The stop group id. | | stop_group.name | String | The stop group name. | | stop_group.area_type | String | The stop group area type (metastop or rikshallplats). | -| stop_group.avarage_daily_stop_times | Float | The average daily departures from the stop area. | -| stop_group.transport_modes | String | Transport modes stopping at this stop. This is based on actual traffic in the current timetable period. If a stop does not have traffic in the current timetable period, this array will be empty. | +| stop_group.average_daily_stop_times | Float | The average daily departures from the stop area. | +| stop_group.transport_modes | String[] | Transport modes stopping at this stop. This is based on actual traffic in the current timetable period. If a stop does not have traffic in the current timetable period, this array will be empty. | | stop_group.stops | Stop[] | Child stops included in the stop group. | #### Stop