From f7065c45502e972f1cff5fb9293708248ce54eee Mon Sep 17 00:00:00 2001
From: Quiint <82949194+quiint@users.noreply.github.com>
Date: Mon, 18 Oct 2021 12:51:10 -0400
Subject: [PATCH 1/2] [Payment Gateways] Fix docs typo
---
source/includes/wp-api-v3/_payment-gateways.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/includes/wp-api-v3/_payment-gateways.md b/source/includes/wp-api-v3/_payment-gateways.md
index a3d69fbb..4d4703e7 100644
--- a/source/includes/wp-api-v3/_payment-gateways.md
+++ b/source/includes/wp-api-v3/_payment-gateways.md
@@ -29,7 +29,7 @@ The payment gateways API allows you to view, and update individual payment gatew
| `tip` | string | Additional help text shown to the user about the setting. read-only |
| `placeholder` | string | Placeholder text to be displayed in text inputs. read-only |
-## Retrieve an payment gateway ##
+## Retrieve a payment gateway ##
This API lets you retrieve and view a specific payment gateway.
From 2cbece51a7db7324cc7ef742053561dc658617ef Mon Sep 17 00:00:00 2001
From: Quiint <82949194+quiint@users.noreply.github.com>
Date: Mon, 18 Oct 2021 12:52:52 -0400
Subject: [PATCH 2/2] [Payment Gateway (API v2)] Fix typo
---
source/includes/wp-api-v2/_payment-gateways.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/includes/wp-api-v2/_payment-gateways.md b/source/includes/wp-api-v2/_payment-gateways.md
index 17fe0f64..7a23f57b 100644
--- a/source/includes/wp-api-v2/_payment-gateways.md
+++ b/source/includes/wp-api-v2/_payment-gateways.md
@@ -28,7 +28,7 @@ The payment gateways API allows you to view, and update individual payment gatew
| `tip` | string | Additional help text shown to the user about the setting. read-only |
| `placeholder` | string | Placeholder text to be displayed in text inputs. read-only |
-## Retrieve an payment gateway ##
+## Retrieve a payment gateway ##
This API lets you retrieve and view a specific payment gateway.