Skip to content

Commit be6ac5c

Browse files
authored
Fixed "register as a service" (#2606)
1 parent 26a5af1 commit be6ac5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commerce/payment/extend_payment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Next, create a mapper that maps the information that the user inputs in the form
5959
[[= include_file('code_samples/front/shop/payment/src/PaymentMethodType/PayPal/OptionsFormMapper.php') =]]
6060
```
6161

62-
Then, register `OptionsFormMapper` a service:
62+
Then, register `OptionsFormMapper` as a service:
6363

6464
``` yaml
6565
[[= include_file('code_samples/front/shop/payment/config/services.yaml', 0, 1) =]][[= include_file('code_samples/front/shop/payment/config/services.yaml', 16, 20) =]]

0 commit comments

Comments
 (0)