Skip to content

Commit 7418fd1

Browse files
authored
Update airports.js
fix typo
1 parent d1901bd commit 7418fd1

File tree

1 file changed

+1
-1
lines changed
  • src/amadeus/namespaces/reference_data/locations

1 file changed

+1
-1
lines changed

src/amadeus/namespaces/reference_data/locations/airports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Airports {
2929
* Find the nearest airport to the 49.0000,2.55 lat/long
3030
*
3131
* ```js
32-
* amadeus.referenceData.urls.locations.airports.get({
32+
* amadeus.referenceData.locations.airports.get({
3333
* longitude: 49.0000,
3434
* latitude: 2.55
3535
* });

0 commit comments

Comments
 (0)