Skip to content

Commit 766ae96

Browse files
committed
typo
1 parent 736b323 commit 766ae96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,14 +542,14 @@ amadeus.dutyOfCare.diseases.covid19Report.get({
542542
language: 'EN'
543543
});
544544

545-
//Car & Transfers APIs
546-
// Transfer Search API : Search Transfer offers
545+
//Cars & Transfers APIs
546+
// Transfer Search API: Search Transfer
547547
amadeus.shopping.transferOffers.post(JSON.stringify(body));
548548

549-
// Transfer Book API : Book a transfer based on the offer id
549+
// Transfer Book API: Book a transfer based on the offer id
550550
amadeus.ordering.transferOrders.post(JSON.stringify(body),offerId='2094123123');
551551

552-
// Transfer Management API : Cancel a transfer based on the order id & confirmation number
552+
// Transfer Management API: Cancel a transfer based on the order id & confirmation number
553553
amadeus.ordering.transferOrder('XXX').transfers.cancellation.post(JSON.stringify({}), confirmNbr='12345');
554554

555555
```

0 commit comments

Comments
 (0)