From b244fd1f39a752ffe18b3ed3c840fb490750f328 Mon Sep 17 00:00:00 2001 From: Rebeka Burnett <104833234+rebekaburnett@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:06:34 +0100 Subject: [PATCH] Fix typo --- docs/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 60aa0ca..4b4152e 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -785,7 +785,7 @@ paths: When cancelling a charge that is `PARTIALLY_CAPTURED`, the remaining funds on the charge will be released back to the customer. - Pleaste note: If you cancel an agreement, all the charges for that agreement are automatically cancelled. + Please note: If you cancel an agreement, all the charges for that agreement are automatically cancelled. operationId: CancelCharge parameters: - $ref: "#/components/parameters/Authorization" @@ -1019,7 +1019,7 @@ paths: A "special case" endpoint to fetch a single charge just by `chargeId`, when the `agreementId` is unknown. This is useful for investigating claims from customers, but not intended for automation. - Pleaste note: This is *not* a replacement for the normal endpoint for fetching charges: + Please note: This is *not* a replacement for the normal endpoint for fetching charges: `GET:/recurring/v3/agreements/{agreementId}/charges/{chargeId}`. operationId: FetchChargeByIdV3 parameters: