Skip to content

Commit

Permalink
Fix typo in FEATURES.md (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelle-dr committed Jul 16, 2024
1 parent edf9867 commit 8be9107
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ The validator will produce the [list of components](https://docs.google.com/spre

| Component | Feature | How is the presence of a feature determined (minimum requirements) |
|--------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Accesibility | Text-to-speech | One **tts_stop_name** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) |
| Accesibility | Wheelchair accesibility | One **wheelchair_accessible** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) <br>OR<br>one **wheelchair_boarding** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) |
| Accesibility | Route Colors | One **color** value <br>OR<br>one text_color value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt) |
| Accesibility | Bike Allowed | One **bikes_allowed** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) |
| Accesibility | Translations | One line of data in [translations.txt](https://gtfs.org/schedule/reference/#translationstxt) |
| Accesibility | Headsigns | One **trip_headsign** in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)<br>OR<br>one stop_headsign value in [stop_times.txt](https://gtfs.org/schedule/reference/#stop_timestxt) |
| Accessibility | Text-to-speech | One **tts_stop_name** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) |
| Accessibility | Wheelchair accessibility | One **wheelchair_accessible** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) <br>OR<br>one **wheelchair_boarding** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) |
| Accessibility | Route Colors | One **color** value <br>OR<br>one text_color value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt) |
| Accessibility | Bike Allowed | One **bikes_allowed** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) |
| Accessibility | Translations | One line of data in [translations.txt](https://gtfs.org/schedule/reference/#translationstxt) |
| Accessibility | Headsigns | One **trip_headsign** in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)<br>OR<br>one stop_headsign value in [stop_times.txt](https://gtfs.org/schedule/reference/#stop_timestxt) |
| Fares | Fare Products | One line of data in [fare_products.txt](https://gtfs.org/schedule/reference/#fare_productstxt) |
| Fares | Fare Media | One line of data in [fare_media.txt](https://gtfs.org/schedule/reference/#fare_mediatxt) |
| Fares | Route-Based Fares | One **network_id** value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt)<br/>OR<br/>one line of data in [networks..txt](https://gtfs.org/schedule/reference/#networkstxt) |
Expand Down

0 comments on commit 8be9107

Please sign in to comment.