Skip to content

Commit

Permalink
docs(StopViewer): Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Oct 4, 2023
1 parent d4c5ac2 commit 0388ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/viewers/stop-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class StopViewer extends Component {
if (!inHomeTimezone) {
// In schedule view, the time zone code should be that of the entered date,
// or the current day in the live view.
// This is to account for daylight time changes, especially when the liva and
// This is to account for daylight time changes, especially when the live and
// schedule views are in different daylight saving periods.
const timezoneCode = formatTz(
isShowingSchedule && date
Expand Down

0 comments on commit 0388ec4

Please sign in to comment.