diff --git a/src/commands/aircraft/takeoffPerf.ts b/src/commands/aircraft/takeoffPerf.ts index 547ff3b5..a7507528 100644 --- a/src/commands/aircraft/takeoffPerf.ts +++ b/src/commands/aircraft/takeoffPerf.ts @@ -8,7 +8,7 @@ const takeoffPerfEmbed = makeEmbed({ '', 'While there are many online calculators available, these often use A320ceo data, and are not accurate.', '', - 'A takeoff calculator for the A32NX is being developed based on public information and testing.']), + 'A takeoff calculator for the A32NX is under development.']), }); export const takeoffPerf: MessageCommandDefinition = {