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

Commit a47d7b4

Browse files
authored
Grammar and formatting
1 parent cd4a932 commit a47d7b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/guides/v2.3/ui_comp_guide/components/ui-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ contributor_name: Jehangir Wahid
55
contributor_link: https://github.com/Jehangir-Wahid
66
---
77

8-
The Container [UI component](https://glossary.magento.com/ui-component) can be used for wrapping particular fields or other ui-components in it with some description text. It can also be used without any field but just to display a notice or description of a fieldset.
8+
The Container [UI component](https://glossary.magento.com/ui-component) is used for wrapping fields or other ui-components with descriptive text. It may be used without any field to display a notice or description of a fieldset.
99

1010
## Configuration options
1111

12-
Component's options are set in the UI-component's configuration `.xml` file as follows:
12+
Component options are set in the UI-component's configuration `.xml` file as follows:
1313

1414
| Option | Description | Type | Default |
1515
| --- | --- | --- | --- |
1616
| `template` | Path to the component's `.html` template. | String | `ui/form/components/complex` |
17-
| `sortOrder` | Sorting order of the Container. | Number | `0` |
17+
| `sortOrder` | Sort order of the Container. | Number | `0` |
1818
| `label` | Label displayed for the Container. | String | `''` |
1919
| `additionalClasses` | CSS class(es) applied to the root node of the component's `.html` template. | String | `''` |
2020
| `text` | Description for the Container. | String | `''` |

0 commit comments

Comments
 (0)