Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 75cde7d

Browse files
Small grammar updates
1 parent 3e4cdc4 commit 75cde7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/howdoi/checkout/checkout_payment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This configuration is stored in the `window.checkoutConfig` variable that is def
159159

160160
In order to get access to the system configuration, your payment method or a group of payment methods has to implement the [`\Magento\Checkout\Model\ConfigProviderInterface`]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Checkout/Model/ConfigProviderInterface.php) interface, and the class implementing it must be injected to the composite config provider via DI [frontend](https://glossary.magento.com/frontend) configuration. The following code samples illustrate this.
161161

162-
A sample `.php` class implementing `\Magento\Checkout\Model\ConfigProviderInterface`:
162+
This is a sample `.php` file implementing `\Magento\Checkout\Model\ConfigProviderInterface`:
163163

164164
```php?start_inline=1
165165
class MyCustomPaymentConfigProvider implements \Magento\Checkout\Model\ConfigProviderInterface
@@ -175,7 +175,7 @@ class MyCustomPaymentConfigProvider implements \Magento\Checkout\Model\ConfigPro
175175
}
176176
```
177177

178-
A sample DI configuration file of a custom module `<your_module_dir>/etc/frontend/di.xml`:
178+
Here is the associated sample DI configuration file of a custom module `<your_module_dir>/etc/frontend/di.xml`:
179179

180180
```xml
181181
...

0 commit comments

Comments
 (0)