Browse Source

docs(core): Correct typo (#1986)

Pieter Doms 3 years ago
parent
commit
1f00f41c8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/src/config/payment/payment-method-handler.ts

+ 1 - 1
packages/core/src/config/payment/payment-method-handler.ts

@@ -298,7 +298,7 @@ export interface PaymentMethodConfigOptions<T extends ConfigArgs> extends Config
 /**
  * @description
  * A PaymentMethodHandler contains the code which is used to generate a Payment when a call to the
- * `addPaymentToOrder` mutation is made. If contains any necessary steps of interfacing with a
+ * `addPaymentToOrder` mutation is made. It contains any necessary steps of interfacing with a
  * third-party payment gateway before the Payment is created and can also define actions to fire
  * when the state of the payment is changed.
  *