Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak committed Jul 11, 2024
1 parent 02cc4be commit a68e50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Flow/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export type CountsValue = number;

export type OTMVThresholds = {
peakThreshold?: OTMVThreshold;
sustaintedThreshold?: OTMVThreshold;
sustainedThreshold?: OTMVThreshold;
sustainedElapsedDuration?: DurationHourMinute;
sustainedCrossingOccurences?: number;
};
Expand Down Expand Up @@ -376,7 +376,7 @@ export type SubTotalsRegulationDetailedType =
/**
* The count of not yet airborne zero (0) delay flights of which most penalising regulation is the target regulation or any other regulation.
*/
| 'ZERO_DELAY_FLIGHTS_NOT_YET_AIRBONE'
| 'ZERO_DELAY_FLIGHTS_NOT_YET_AIRBORNE'
/**
* The count of airborne zero (0) delay flights of which most penalising regulation is the target regulation or any other regulation.
*/
Expand Down

0 comments on commit a68e50c

Please sign in to comment.