Skip to content

Commit 6e3833a

Browse files
committed
chore: remove unnecessary word
1 parent 808b693 commit 6e3833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amdb/src/api/searchAmdb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AerodromeReferencePoint, AmdbSearchResult } from "../types"
77
/**
88
* Searches for airports with AMDB data based on a query string and returns some metadata about them
99
*
10-
* @param query - All AMDB airports whose `idarpt`, `iata`, or `name` fields (from {@link AerodromeReferencePoint}) which **start** with this query string will be returned
10+
* @param query - All AMDB airports whose `idarpt`, `iata`, or `name` fields (from {@link AerodromeReferencePoint}) **start** with this query string will be returned
1111
*
1212
* @returns A selection of properties from the {@link AerodromeReferencePoint} of the found airports, as well as the coordinates of said reference point
1313
*/

0 commit comments

Comments
 (0)