Skip to content

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jannis R <[email protected]>
  • Loading branch information
JohannesGandhi and derhuerst authored Jun 2, 2024
1 parent 8bf5cd4 commit 3b552a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const mapRouteParsers = (route, parsers) => {
parse: parseInteger
},
routingMode: {
description: 'HAFAS routing mode, see [Routing Mode](#routing-mode)',
description: 'HAFAS routing mode, see the "Routing Mode" section',
type: 'string',
enum: Object.keys(routingModes),
defaultStr: '\`REALTIME\`',
Expand Down

0 comments on commit 3b552a3

Please sign in to comment.