Преглед изворни кода

docs(payments-plugin): Fix typo

Michael Bromley пре 3 година
родитељ
комит
352b02b6a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/payments-plugin/src/braintree/types.ts

+ 1 - 1
packages/payments-plugin/src/braintree/types.ts

@@ -43,7 +43,7 @@ export interface BraintreePluginOptions {
     /**
      * @description
      * Allows you to configure exactly what information from the Braintree
-     * [Transaction object](https://developer.paypal.com/braintree/docs/reference/response/transaction#result-object] (which is returned by the
+     * [Transaction object](https://developer.paypal.com/braintree/docs/reference/response/transaction#result-object) (which is returned by the
      * `transaction.sale()` method of the SDK) should be persisted to the resulting Payment entity metadata.
      *
      * By default, the built-in extraction function will return a metadata object that looks like this: