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