Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
binh-dam-ibigroup committed Oct 3, 2023
1 parent e9f7ead commit e6f07fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/viewers/next-arrival-for-pattern.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Props = {
pattern: Pattern
// Not the true operator type, but the one that's used here
// It is annoying to shoehorn the operator in here like this, but passing
// it in indvidually would cause a situation where a list of routes
// it in individually would cause a situation where a list of routes
// needs to be matched up with a list of operators
route: Route & { operator?: { colorMode?: string } }
routeColor: string
Expand Down
2 changes: 1 addition & 1 deletion lib/util/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function excludeLastStop(stopTime) {
* Checks that the given route object from an OTP pattern is valid.
* If it is not, logs a warning message.
*
* FIXME: there is currently a bug with the alernative transit index
* FIXME: there is currently a bug with the alternative transit index
* where routes are not associated with the stop if the only stoptimes
* for the stop are drop off only. See https://github.com/ibi-group/trimet-mod-otp/issues/217
*
Expand Down

0 comments on commit e6f07fa

Please sign in to comment.