Skip to content

Commit

Permalink
fix: typo in holds (#458)
Browse files Browse the repository at this point in the history
Co-authored-by: BenW <[email protected]>
  • Loading branch information
Lauvaan and benw202 authored May 25, 2023
1 parent 1692bb2 commit 61c0f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Update <small>_ May 2023</small>

- fix: fixed a typo in .holds command (25/05/2023)
- refactor: update link to SOP and checklist (25/05/2023)
- fix: ping in delete warning mod log (25/05/2023)
- ci: prevent changelog verification on fork (16/05/2023)
Expand Down
2 changes: 1 addition & 1 deletion src/commands/aircraft/holds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { makeEmbed } from '../../lib/embed';

const holdsEmbed = makeEmbed({
title: 'FlyByWire A32NX | Holds documentation',
description: 'Please see our [Holds documentation](https://docs.flybywiresim.com/pilots-corner/advanced-guides/flight-planning/holds/) for information about holds and how to configures them on the FlyByWire A32NX.',
description: 'Please see our [Holds documentation](https://docs.flybywiresim.com/pilots-corner/advanced-guides/flight-planning/holds/) for information about holds and how to configure them on the FlyByWire A32NX.',
});

export const holds: MessageCommandDefinition = {
Expand Down

0 comments on commit 61c0f6f

Please sign in to comment.