Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdamokos committed Jan 16, 2025
1 parent 7f84e1a commit c247ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/js/advanced_setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const SETTING_GROUPS = {
description: "Pre-load bus schedule data on startup to speed up fallback when realtime data is unavailable (experimental)",
default: false
},
fallbackfallback_to_schedule_mode: { type: "boolean", label: "Fall back to schedule mode", description: "Fall back to schedule mode for realtime providers", default: false }
fallback_to_schedule_mode: { type: "boolean", label: "Fall back to schedule mode", description: "Fall back to schedule mode for realtime providers", default: false }

}
}
Expand Down

0 comments on commit c247ad8

Please sign in to comment.