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

Commit 7a71813

Browse files
authored
Grammar and formatting
1 parent f03af5a commit 7a71813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The term static refers to the forms where all the fields are already known/prede
165165

166166
The fields of static forms are not generated dynamically, so they can be defined in a layout.
167167

168-
The following code sample shows configuration of the `custom-checkout-form-container` form that was defined in the previous step, that contains four fields: text input, select, checkbox, and date. This form uses checkout data provider (`checkoutProvider`) that is introduced in the `Magento_Checkout` module:
168+
The following code sample shows the configuration of the `custom-checkout-form-container` form, defined in the previous step. It contains four fields: a text input, a select, a checkbox, and a date field. This form uses the checkout data provider (`checkoutProvider`) that was introduced in the `Magento_Checkout` module:
169169

170170
```xml
171171
...

0 commit comments

Comments
 (0)