Skip to content

Commit a86fff1

Browse files
committed
MC-2363: Add vertical alignment and min height to row configuration
- fix typo
1 parent 22dfc06 commit a86fff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/docs/visual-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Use a virtual type of `Magento\PageBuilder\Model\Source\VisualSelect` in your mo
119119
```
120120

121121
## How to reuse vertical alignment between different content types {#vertical-alignment}
122-
To apply vertical alignment to a content type using the Visual Select component, use the virtualType `Magento\PageBuilder\Model\Source\VerticalAlignment` with options in yourmodule's `di.xml` configuration file.
122+
To apply vertical alignment to a content type using the Visual Select component, use the virtualType `Magento\PageBuilder\Model\Source\VerticalAlignment` with options in your module's `di.xml` configuration file.
123123

124124
```xml
125125
<virtualType name="Magento\PageBuilder\Model\Source\VerticalAlignment" type="Magento\PageBuilder\Model\Source\VisualSelect">

0 commit comments

Comments
 (0)