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

Commit 38dd7d4

Browse files
authored
Lint
1 parent ef0359a commit 38dd7d4

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
@@ -266,7 +266,7 @@ The following code sample shows the configuration of the `custom-checkout-form-c
266266
Dynamically defined, or dynamic, forms are the forms where the set or type of fields can change. For example, the fields displayed on the checkout form depend on the Admin settings: depending on the **Admin > Stores > Settings > Configuration > Customers > Customer Configuration > Name and Address Options**.
267267

268268
For such forms, you must implement a [plugin]({{ page.baseurl }}/extension-dev-guide/plugins.html) for the `\Magento\Checkout\Block\Checkout\LayoutProcessor::process` method.
269-
A plugin can add custom fields definitions to layout at run-time. The format of the field definition is the same as for fields defined in layout.
269+
A plugin can add custom fields definitions to layout at runtime. The format of the field definition is the same as for fields defined in layout.
270270

271271
For example:
272272

0 commit comments

Comments
 (0)