Skip to content

Commit a68e50c

Browse files
committed
Fix more typos
1 parent 02cc4be commit a68e50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Flow/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export type CountsValue = number;
333333

334334
export type OTMVThresholds = {
335335
peakThreshold?: OTMVThreshold;
336-
sustaintedThreshold?: OTMVThreshold;
336+
sustainedThreshold?: OTMVThreshold;
337337
sustainedElapsedDuration?: DurationHourMinute;
338338
sustainedCrossingOccurences?: number;
339339
};
@@ -376,7 +376,7 @@ export type SubTotalsRegulationDetailedType =
376376
/**
377377
* The count of not yet airborne zero (0) delay flights of which most penalising regulation is the target regulation or any other regulation.
378378
*/
379-
| 'ZERO_DELAY_FLIGHTS_NOT_YET_AIRBONE'
379+
| 'ZERO_DELAY_FLIGHTS_NOT_YET_AIRBORNE'
380380
/**
381381
* The count of airborne zero (0) delay flights of which most penalising regulation is the target regulation or any other regulation.
382382
*/

0 commit comments

Comments
 (0)